|
From: Jon O. <jon...@us...> - 2007-09-12 19:28:30
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13225/templates/prosilver Modified Files: prosilver.cfg Log Message: for 2.9.x - updates Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** prosilver.cfg 9 Sep 2007 16:50:46 -0000 1.1 --- prosilver.cfg 12 Sep 2007 19:28:26 -0000 1.2 *************** *** 56,69 **** $mx_template_settings['border_graphics'] = false; ! /********************************************************************************\ | Define what graphics bundles to use | - these are very handy paths to ALL kind of phpBB/mxBB graphics \********************************************************************************/ ! $mx_images['mx_graphics']['general'] = $current_template_path . "/images"; ! $mx_images['mx_graphics']['page_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/page_icons" ) ? $current_template_path . "/images/page_icons" : $cloned_template_path . "/images/page_icons"; ! $mx_images['mx_graphics']['block_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/block_icons" ) ? $current_template_path . "/images/block_icons" : $cloned_template_path . "/images/block_icons"; ! $mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : $cloned_template_path . "/images/menu_icons"; ! $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : $cloned_template_path . "/images/admin_icons"; ! $mx_images['mx_graphics']['phpbb_icons'] = file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : $cloned_template_path . "/images"; // --- 56,69 ---- $mx_template_settings['border_graphics'] = false; ! //********************************************************************************\ | Define what graphics bundles to use | - these are very handy paths to ALL kind of phpBB/mxBB graphics \********************************************************************************/ ! $mx_images['mx_graphics']['general'] = file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); ! $mx_images['mx_graphics']['page_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/page_icons" ) ? $current_template_path . "/images/page_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/page_icons" ) ? $cloned_template_path . "/images/page_icons" : $default_template_path . "/images/page_icons" ); ! $mx_images['mx_graphics']['block_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/block_icons" ) ? $current_template_path . "/images/block_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/block_icons" ) ? $cloned_template_path . "/images/block_icons" : $default_template_path . "/images/block_icons" ); ! $mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" ); ! $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); ! $mx_images['mx_graphics']['phpbb_icons'] = file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); // *************** *** 158,212 **** // ! $current_template_images = $current_template_path . "/images"; ! ! $images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif"; ! $images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif"; ! $images['icon_profile'] = "$current_template_images/icon_profile.gif"; ! $images['icon_pm'] = "$current_template_images/icon_pm.gif"; ! $images['icon_email'] = "$current_template_images/icon_email.gif"; ! $images['icon_delpost'] = "$current_template_images/icon_delete.gif"; ! $images['icon_ip'] = "$current_template_images/icon_ip.gif"; ! $images['icon_www'] = "$current_template_images/icon_www.gif"; ! $images['icon_icq'] = "$current_template_images/icon_icq_add.gif"; ! $images['icon_aim'] = "$current_template_images/icon_aim.gif"; ! $images['icon_yim'] = "$current_template_images/icon_yim.gif"; ! $images['icon_msnm'] = "$current_template_images/icon_msnm.gif"; ! $images['icon_minipost'] = "$current_template_images/icon_post_target.gif"; ! $images['icon_gotopost'] = "$current_template_images/icon_minipost.gif"; ! $images['icon_minipost_new'] = "$current_template_images/icon_post_target_unread.gif"; ! $images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif"; ! $images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif"; ! ! $images['forum'] = "$current_template_images/forum_read.gif"; ! $images['forum_new'] = "$current_template_images/forum_unread.gif"; ! $images['forum_locked'] = "$current_template_images/forum_read_locked.gif"; ! $images['folder'] = "$current_template_images/topic_read.gif"; ! $images['folder_new'] = "$current_template_images/topic_unread.gif"; ! $images['folder_hot'] = "$current_template_images/topic_read_hot.gif"; ! $images['folder_hot_new'] = "$current_template_images/topic_unread_hot.gif"; ! $images['folder_locked'] = "$current_template_images/topic_read_locked.gif"; ! $images['folder_locked_new'] = "$current_template_images/topic_unread_locked.gif"; ! $images['folder_sticky'] = "$current_template_images/sticky_read.gif"; ! $images['folder_sticky_new'] = "$current_template_images/sticky_unread.gif"; ! $images['folder_announce'] = "$current_template_images/announce_read.gif"; ! $images['folder_announce_new'] = "$current_template_images/announce_unread.gif"; ! $images['post_new'] = "$current_template_images/{LANG}/post.gif"; ! $images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif"; ! $images['reply_new'] = "$current_template_images/{LANG}/reply.gif"; ! $images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif"; ! $images['pm_inbox'] = "$current_template_images/msg_inbox.gif"; ! $images['pm_outbox'] = "$current_template_images/msg_outbox.gif"; ! $images['pm_savebox'] = "$current_template_images/msg_savebox.gif"; ! $images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif"; $images['pm_readmsg'] = "templates/prosilver/images/topic_read.gif"; $images['pm_unreadmsg'] = "templates/prosilver/images/topic_unread.gif"; ! $images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif"; ! $images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif"; ! $images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif"; ! $images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif"; $images['pm_new_msg'] = ""; $images['pm_no_new_msg'] = ""; --- 158,209 ---- // + $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; + $images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; + $images['icon_profile'] = "$current_template_phpbb_images/icon_profile.gif"; + $images['icon_pm'] = "$current_template_phpbb_images/icon_pm.gif"; + $images['icon_email'] = "$current_template_phpbb_images/icon_email.gif"; + $images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; + $images['icon_ip'] = "$current_template_phpbb_images/icon_ip.gif"; + $images['icon_www'] = "$current_template_phpbb_images/icon_www.gif"; + $images['icon_icq'] = "$current_template_phpbb_images/icon_icq_add.gif"; + $images['icon_aim'] = "$current_template_phpbb_images/icon_aim.gif"; + $images['icon_yim'] = "$current_template_phpbb_images/icon_yim.gif"; + $images['icon_msnm'] = "$current_template_phpbb_images/icon_msnm.gif"; + $images['icon_minipost'] = "$current_template_phpbb_images/icon_post_target.gif"; + $images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; + $images['icon_minipost_new'] = "$current_template_phpbb_images/icon_post_target_unread.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"; ! $images['forum'] = "$current_template_phpbb_images/forum_read.gif"; ! $images['forum_new'] = "$current_template_phpbb_images/forum_unread.gif"; ! $images['forum_locked'] = "$current_template_phpbb_images/forum_read_locked.gif"; ! $images['folder'] = "$current_template_phpbb_images/topic_read.gif"; ! $images['folder_new'] = "$current_template_phpbb_images/topic_unread.gif"; ! $images['folder_hot'] = "$current_template_phpbb_images/topic_read_hot.gif"; ! $images['folder_hot_new'] = "$current_template_phpbb_images/topic_unread_hot.gif"; ! $images['folder_locked'] = "$current_template_phpbb_images/topic_read_locked.gif"; ! $images['folder_locked_new'] = "$current_template_phpbb_images/topic_unread_locked.gif"; ! $images['folder_sticky'] = "$current_template_phpbb_images/sticky_read.gif"; ! $images['folder_sticky_new'] = "$current_template_phpbb_images/sticky_unread.gif"; ! $images['folder_announce'] = "$current_template_phpbb_images/announce_read.gif"; ! $images['folder_announce_new'] = "$current_template_phpbb_images/announce_unread.gif"; ! $images['post_new'] = "$current_template_phpbb_images/{LANG}/post.gif"; ! $images['post_locked'] = "$current_template_phpbb_images/{LANG}/reply-locked.gif"; ! $images['reply_new'] = "$current_template_phpbb_images/{LANG}/reply.gif"; ! $images['reply_locked'] = "$current_template_phpbb_images/{LANG}/reply-locked.gif"; ! $images['pm_inbox'] = "$current_template_phpbb_images/msg_inbox.gif"; ! $images['pm_outbox'] = "$current_template_phpbb_images/msg_outbox.gif"; ! $images['pm_savebox'] = "$current_template_phpbb_images/msg_savebox.gif"; ! $images['pm_sentbox'] = "$current_template_phpbb_images/msg_sentbox.gif"; $images['pm_readmsg'] = "templates/prosilver/images/topic_read.gif"; $images['pm_unreadmsg'] = "templates/prosilver/images/topic_unread.gif"; ! $images['pm_replymsg'] = "$current_template_phpbb_images/{LANG}/reply.gif"; ! $images['pm_postmsg'] = "$current_template_phpbb_images/{LANG}/msg_newpost.gif"; ! $images['pm_quotemsg'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $images['pm_editmsg'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; $images['pm_new_msg'] = ""; $images['pm_no_new_msg'] = ""; *************** *** 214,228 **** $images['Topic_watch'] = ""; $images['topic_un_watch'] = ""; ! $images['topic_mod_lock'] = "$current_template_images/topic_lock.gif"; ! $images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif"; ! $images['topic_mod_split'] = "$current_template_images/topic_split.gif"; ! $images['topic_mod_move'] = "$current_template_images/topic_move.gif"; ! $images['topic_mod_delete'] = "$current_template_images/topic_delete.gif"; ! $images['voting_graphic'][0] = "$current_template_images/voting_bar.gif"; ! $images['voting_graphic'][1] = "$current_template_images/voting_bar.gif"; ! $images['voting_graphic'][2] = "$current_template_images/voting_bar.gif"; ! $images['voting_graphic'][3] = "$current_template_images/voting_bar.gif"; ! $images['voting_graphic'][4] = "$current_template_images/voting_bar.gif"; --- 211,225 ---- $images['Topic_watch'] = ""; $images['topic_un_watch'] = ""; ! $images['topic_mod_lock'] = "$current_template_phpbb_images/topic_lock.gif"; ! $images['topic_mod_unlock'] = "$current_template_phpbb_images/topic_unlock.gif"; ! $images['topic_mod_split'] = "$current_template_phpbb_images/topic_split.gif"; ! $images['topic_mod_move'] = "$current_template_phpbb_images/topic_move.gif"; ! $images['topic_mod_delete'] = "$current_template_phpbb_images/topic_delete.gif"; ! $images['voting_graphic'][0] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][1] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][2] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][3] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][4] = "$current_template_phpbb_images/voting_bar.gif"; *************** *** 259,263 **** // Online Block // ! $mx_images['mx_who_is_online'] = $mx_root_path . $current_template_path . "/images/whosonline.gif"; ! ?> --- 256,259 ---- // Online Block // ! $mx_images['mx_who_is_online'] = "$current_template_phpbb_images/whosonline.gif"; ?> |