Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv21882/public_html/templates/en/basic
Modified Files:
footer.tpl slashFoot.tpl
Log Message:
Update copyright dates
Index: footer.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/footer.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** footer.tpl 9 Apr 2002 16:53:34 -0000 1.1
--- footer.tpl 27 Apr 2002 22:02:50 -0000 1.2
***************
*** 6,10 ****
<CENTER>
<FONT FACE="arial,helvetica" SIZE="0">
! <P>Copyright © 1999 and Licenced Under GPL.
</FONT>
</CENTER>
--- 6,10 ----
<CENTER>
<FONT FACE="arial,helvetica" SIZE="0">
! <P>Copyright © 1998 - 2002 and Licenced Under GPL.
</FONT>
</CENTER>
Index: slashFoot.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/slashFoot.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slashFoot.tpl 9 Apr 2002 16:57:06 -0000 1.2
--- slashFoot.tpl 27 Apr 2002 22:02:50 -0000 1.3
***************
*** 1,14 ****
! <!-- START slashfoot.tpl -->
! <div id="footer">
! {NAVBAR}
! <!-- insert the small logo here -->
! <p class="copyright">This site is powered by <a href="http://www.phpslash.org/">phpslash</a> -
! Copyright © 2000 and licensed under the
! <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> -
! No warranty is, has, or will be given in any way whatsoever to anyone.</p>
! <p><a href="#top">Go 2 Top</a></p>
! </div> <!-- id="footer" -->
! </body>
! </html>
!
! <!-- END slashFoot.tpl -->
--- 1,14 ----
! <!-- START slashfoot.tpl -->
! <div id="footer">
! {NAVBAR}
! <!-- insert the small logo here -->
! <p class="copyright">This site is powered by <a href="http://www.phpslash.org/">phpslash</a> -
! Copyright © 1998 - 2002 and licensed under the
! <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> -
! No warranty is, has, or will be given in any way whatsoever to anyone.</p>
! <p><a href="#top">Go 2 Top</a></p>
! </div> <!-- id="footer" -->
! </body>
! </html>
!
! <!-- END slashFoot.tpl -->
|