|
From: OryNider <ory...@us...> - 2007-12-21 06:00:35
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16491/templates/prosilver Modified Files: mx_forum.html Log Message: forum and navigation prosilver stuff Index: mx_forum.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver/mx_forum.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_forum.html 21 Dec 2007 00:28:58 -0000 1.3 --- mx_forum.html 21 Dec 2007 06:00:24 -0000 1.4 *************** *** 1,3 **** ! <div class="clear" style="width:{BLOCK_SIZE}"></div> <!-- BEGIN forumrow --> <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT --> --- 1,8 ---- ! <!-- IF SHOW_TITLE --> ! <div class="forabg block inner"> ! <span class="corners-bottom"></span> ! </div> ! <!-- ENDIF --> ! <div class="clear" style="width:{BLOCK_SIZE}"> <!-- BEGIN forumrow --> <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT --> |