|
From: Jon O. <jon...@us...> - 2008-02-11 22:49:40
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7371/templates/_core Modified Files: mx_online.tpl Log Message: Fix for the online block. Should not show phpBB2 info when in internal mode Index: mx_online.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/_core/mx_online.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_online.tpl 31 Jan 2008 05:47:48 -0000 1.2 --- mx_online.tpl 11 Feb 2008 22:49:29 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> + <!-- BEGIN switch_phpbb --> <tr> <td class="row1" align="center" valign="middle" rowspan="2"> *************** *** 8,11 **** --- 9,13 ---- </td> </tr> + <!-- END switch_phpbb --> <tr> <td class="row1" align="left"> |