|
From: Andrew <men...@us...> - 2005-12-30 18:50:02
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14789/templates/subSilver/admin Modified Files: index_body.tpl Log Message: Updated in compliance with phpBB 2.0.19's release. Index: index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/index_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index_body.tpl 24 Oct 2005 00:55:41 -0000 1.5 --- index_body.tpl 30 Dec 2005 18:49:52 -0000 1.6 *************** *** 40,43 **** --- 40,49 ---- </tr> </table> + + <h1>{L_VERSION_INFORMATION}</h1> + + {MXBB_VERSION_INFO} + {PHPBB_VERSION_INFO} + <h1>{L_WHO_IS_ONLINE}</h1> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> *************** *** 72,79 **** </table> - <h1>{L_VERSION_INFORMATION}</h1> - - {MXBB_VERSION_INFO} - {PHPBB_VERSION_INFO} - <br clear="all" /> \ No newline at end of file --- 78,80 ---- |