|
From: Jon O. <jon...@us...> - 2007-06-19 19:53:23
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27971 Modified Files: mx_announce.tpl Log Message: Bug 42. Tpl fix Index: mx_announce.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/templates/subSilver/mx_announce.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_announce.tpl 2 May 2006 23:22:17 -0000 1.1 --- mx_announce.tpl 19 Jun 2007 19:53:20 -0000 1.2 *************** *** 12,16 **** </a> <a href="{postrow.U_LAST_POST_URL}" class="topictitle"> ! <img src="{postrow.FOLDER_IMG}" width="19" height="18" alt="{postrow.L_TOPIC_FOLDER_ALT}" title="{postrow.L_TOPIC_FOLDER_ALT}" border="0" align="absmiddle" /></a> --- 12,16 ---- </a> <a href="{postrow.U_LAST_POST_URL}" class="topictitle"> ! <img src="{postrow.FOLDER_IMG}" alt="{postrow.L_TOPIC_FOLDER_ALT}" title="{postrow.L_TOPIC_FOLDER_ALT}" border="0" align="absmiddle" /></a> |