|
From: OryNider <ory...@us...> - 2007-07-02 23:26:07
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25871 Modified Files: subSilver.cfg Log Message: This fix is couse Anouncement block is not using standard mx_ graphic: http://www.mx-system.com/forum/viewtopic.php?t=10114#57890 Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/subSilver.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** subSilver.cfg 14 Jun 2007 10:13:08 -0000 1.4 --- subSilver.cfg 2 Jul 2007 23:26:02 -0000 1.5 *************** *** 139,141 **** --- 139,156 ---- $mx_images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; + // + // Last Message and Anouncement block compatibility + // + $images['folder'] = "$current_template_phpbb_images/folder.gif"; + $images['folder_new'] = "$current_template_phpbb_images/folder_new.gif"; + $images['folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; + $images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; + $images['folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; + $images['folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; + $images['folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; + $images['folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; + $images['folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; + $images['folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; + $images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; + $images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; ?> \ No newline at end of file |