|
From: Jonathan H. <the...@us...> - 2002-04-22 17:11:41
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv13821
Modified Files:
Tag: phpBB-2_0_0
overall_footer.tpl simple_footer.tpl
Log Message:
Added 2002 to the copyright message..
Index: overall_footer.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_footer.tpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** overall_footer.tpl 31 Mar 2002 00:06:34 -0000 1.4
--- overall_footer.tpl 22 Apr 2002 17:11:37 -0000 1.4.2.1
***************
*** 11,15 ****
The phpBB Group : 2002
// -->
! Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
--- 11,15 ----
The phpBB Group : 2002
// -->
! Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
***************
*** 17,19 ****
</body>
! </html>
\ No newline at end of file
--- 17,19 ----
</body>
! </html>
Index: simple_footer.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_footer.tpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** simple_footer.tpl 31 Mar 2002 00:06:34 -0000 1.4
--- simple_footer.tpl 22 Apr 2002 17:11:37 -0000 1.4.2.1
***************
*** 11,15 ****
The phpBB Group : 2002
// -->
! Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001 phpBB Group</span></div>
</td>
</tr>
--- 11,15 ----
The phpBB Group : 2002
// -->
! Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001,2002 phpBB Group</span></div>
</td>
</tr>
***************
*** 17,19 ****
</body>
! </html>
\ No newline at end of file
--- 17,19 ----
</body>
! </html>
|