|
From: OryNider <ory...@us...> - 2007-07-03 01:26:19
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8434 Modified Files: subSilver.cfg Log Message: fix when album_list if beafore the anouncement block so that images path be correct :( Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/subSilver.cfg,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** subSilver.cfg 2 Jul 2007 23:26:02 -0000 1.5 --- subSilver.cfg 3 Jul 2007 01:26:15 -0000 1.6 *************** *** 139,142 **** --- 139,143 ---- $mx_images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; + // // Last Message and Anouncement block compatibility *************** *** 154,156 **** --- 155,173 ---- $images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; $images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; + + // + // 2.8.0 Gold Anouncement block compatibility + // + $images['mx_folder'] = "$current_template_phpbb_images/folder.gif"; + $images['mx_folder_new'] = "$current_template_phpbb_images/folder_new.gif"; + $images['mx_folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; + $images['mx_folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; + $images['mx_folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; + $images['mx_folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; + $images['mx_folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; + $images['mx_folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; + $images['mx_folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; + $images['mx_folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; + $images['mx_icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; + $images['mx_icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; ?> \ No newline at end of file |