|
From: Paul S. O. <ps...@us...> - 2002-01-16 17:59:15
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv27604/templates/subSilver
Modified Files:
overall_footer.tpl simple_footer.tpl
Log Message:
Add TRANSLATION_INFO to footers
Index: overall_footer.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_footer.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** overall_footer.tpl 2001/10/01 23:22:18 1.2
--- overall_footer.tpl 2002/01/16 17:59:11 1.3
***************
*** 18,22 ****
// -->
Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB
! Group</a></span></div>
</td>
</tr>
--- 18,22 ----
// -->
Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB
! Group</a><br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
Index: simple_footer.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_footer.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** simple_footer.tpl 2001/10/16 16:24:52 1.2
--- simple_footer.tpl 2002/01/16 17:59:11 1.3
***************
*** 17,21 ****
// -->
<div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB
! Group</a></span></div>
</body>
--- 17,21 ----
// -->
<div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB
! Group</a><br />{TRANSLATION_INFO}</span></div>
</body>
|