|
From: Jon O. <jon...@us...> - 2005-09-10 22:08:33
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6845/templates/subSilver/admin Modified Files: index_body.tpl Log Message: updated for phpBB 2.0.17 Index: index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/index_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index_body.tpl 27 Apr 2005 21:51:36 -0000 1.2 --- index_body.tpl 10 Sep 2005 22:08:24 -0000 1.3 *************** *** 71,73 **** --- 71,78 ---- <!-- END guest_user_row --> </table> + + <h1>{L_VERSION_INFORMATION}</h1> + + {VERSION_INFO} + <br clear="all" /> \ No newline at end of file |