|
From: OryNider <ory...@us...> - 2007-12-16 02:50:38
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3308 Modified Files: mx_forum.html Log Message: This will fix forum index template. Index: mx_forum.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver/mx_forum.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_forum.html 9 Sep 2007 16:53:39 -0000 1.1 --- mx_forum.html 16 Dec 2007 02:50:33 -0000 1.2 *************** *** 1,3 **** ! <!-- BEGIN forumrow --> <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT --> --- 1,3 ---- ! <div class="forabg block" style="width:{BLOCK_SIZE}"> <!-- BEGIN forumrow --> <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT --> *************** *** 64,65 **** --- 64,68 ---- </div> <!-- END forumrow --> + </div> + <span class="corners-bottom"><span></span></span></div> + </div> |