|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-24 00:56:07
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1091/templates/subSilver/admin Modified Files: index_body.tpl Log Message: Added/implemented the mxBB version check... commented the beginning and end of the phpBB version check and mxBB version check code blocks... Index: index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/index_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index_body.tpl 23 Oct 2005 17:11:50 -0000 1.4 --- index_body.tpl 24 Oct 2005 00:55:41 -0000 1.5 *************** *** 74,77 **** --- 74,78 ---- <h1>{L_VERSION_INFORMATION}</h1> + {MXBB_VERSION_INFO} {PHPBB_VERSION_INFO} |