[Phpbb-php5mod-cvs-checkins] phpbb-php5/templates/subSilver/admin index_body.tpl,1.1,1.2
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2005-02-22 01:21:12
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14972/templates/subSilver/admin Modified Files: index_body.tpl Log Message: Updating to phpBB 2.0.12. Release within 24 hours hopefully :) Index: index_body.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/index_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_body.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- index_body.tpl 22 Feb 2005 01:21:02 -0000 1.2 *************** *** 77,79 **** --- 77,83 ---- </table> + <h1>{L_VERSION_INFORMATION}</h1> + + {VERSION_INFO} + <br /> |