|
From: Jon O. <jon...@us...> - 2008-02-11 22:49:40
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7371/templates/prosilver Modified Files: mx_online.html Log Message: Fix for the online block. Should not show phpBB2 info when in internal mode Index: mx_online.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/prosilver/mx_online.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_online.html 31 Jan 2008 05:47:48 -0000 1.2 --- mx_online.html 11 Feb 2008 22:49:29 -0000 1.3 *************** *** 1,6 **** --- 1,8 ---- <div class="forabg block"> + <!-- BEGIN switch_phpbb --> <div class="inner bg1 post" style="margin-bottom:0px"> {TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER} </div> + <!-- END switch_phpbb --> <div class="inner bg2 post" style="margin-top:0x;"> {TOTAL_USERS_ONLINE} <br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}<br /> |