|
From: FlorinCB <ory...@us...> - 2008-08-29 05:58:50
|
Update of /cvsroot/mxbb/mx_smartor/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10881/templates/prosilver Added Files: mx_smartor.cfg Log Message: Upgrade --- NEW FILE: mx_smartor.cfg --- <?php /** * * @package mxBB Portal Module - mx_smartor * @version $Id: mx_smartor.cfg,v 1.1 2008/08/29 05:58:44 orynider Exp $ * @copyright (c) 2002-2006 mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // ** Configuration file for subSilver template ** // // ** copyright (C) 2001 The phpBB Group ** // ** Created by subBlue design ** // ** www.subBlue.com ** // // *** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id: mx_smartor.cfg,v 1.1 2008/08/29 05:58:44 orynider Exp $ // // Please note that to enable support of different languages // the ". LANG ." place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path); $current_template_root_path = str_replace($module_root_path, "", $current_template_path); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; $current_template_theme_images = !empty($current_template_root_path) && file_exists($mx_root_path . $current_template_root_path . "/images") ? PORTAL_URL . $current_template_root_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? PORTAL_URL . cloned_template_path . "/images" : PORTAL_URL . "templates/_core/images"); $current_module_images = !empty($current_template_root_path) && file_exists($module_root_path . $current_template_root_path ."/images") ? PORTAL_URL . $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; // ------------------------------------------------------------------------- // (Re)Define images // ------------------------------------------------------------------------- // Rss Feed Site Images - BEGIN $mx_images['logo_url'] = $mx_root_path . $current_template_root_path . "/images/logo.gif"; // Mighty Gorgon - Full Album Pack - BEGIN $mx_images['icon_left_arrow3'] = "$current_module_images/icon_left_arrow3.gif"; $mx_images['icon_right_arrow3'] = "$current_module_images/icon_right_arrow3.gif"; $mx_images['no_thumbnail'] = "$current_module_images/nothumbnail.jpg"; $mx_images['spacer'] = "$current_module_images/spacer.gif"; $mx_images['mini_new_pictures'] = "$current_module_images/icon_minipost_new.gif"; $mx_images['mini_all_pic_view_mode'] = "$current_module_images/icon_mini_showall.gif"; $mx_images['icon_album'] = "$current_module_images/{LANG}/icon_album.gif"; $mx_images['manage_pic'] = "$current_module_images/{LANG}/manage_pic.gif"; $mx_images['upload_pic'] = "$current_module_images/{LANG}/upload_pic.gif"; $mx_images['jupload_pic']= "$current_module_images/{LANG}/jupload_pic.gif"; $mx_images['download_pic'] = "$current_module_images/{LANG}/download.gif"; $mx_images['download_all_pic'] = "$current_module_images/{LANG}/download_all.gif"; $mx_images['all_pic_view_mode'] = "$current_module_images/{LANG}/simple_view.gif"; $mx_images['normal_pic_view_mode'] = "$current_module_images/{LANG}/normal_view.gif"; $mx_images['show_all_pics'] = "$current_module_images/{LANG}/show_all_pics.gif"; $mx_images['show_all_ratings'] = "$current_module_images/{LANG}/show_all_ratings.gif"; $mx_images['show_all_comments'] = "$current_module_images/{LANG}/show_all_comments.gif"; $mx_images['orange_dot'] = "$current_module_images/orange_dot.png"; $mx_images['blue_dot'] = "$current_module_images/blue_dot.png"; $mx_images['green_dot'] = "$current_module_images/green_dot.png"; $mx_images['yellow_dot'] = "$current_module_images/yellow_dot.png"; $mx_images['icon_dot'] = "$current_module_images/icon_dot.gif"; $mx_images['default_avatar'] = "$current_module_images/default_avatar.png"; $mx_images['guest_avatar'] = "$current_module_images/{LANG}/guest_avatar.png"; // Use standard phpBB graphics // $mx_images['icon_quote'] = "$current_module_images/{LANG}/icon_post_quote.gif"; $mx_images['icon_edit'] = "$current_module_images/{LANG}/icon_post_edit.gif"; $mx_images['icon_search'] = "$current_module_images/{LANG}/icon_user_search.gif"; $mx_images['icon_profile'] = "$current_module_images/{LANG}/icon_user_profile.gif"; $mx_images['icon_pm'] = "$current_module_images/{LANG}/icon_contact_pm.gif"; $mx_images['icon_email'] = "$current_module_images/{LANG}/icon_contact_email.gif"; $mx_images['icon_delpost'] = "$current_module_images/{LANG}/icon_post_delete.gif"; $mx_images['icon_ip'] = "$current_module_images/{LANG}/icon_ip.gif"; $mx_images['icon_www'] = "$current_module_images/{LANG}/icon_contact_www.gif"; $mx_images['icon_icq'] = "$current_module_images/{LANG}/icon_contact_icq.gif"; $mx_images['icon_aim'] = "$current_module_images/{LANG}/icon_contact_aim.gif"; $mx_images['icon_yim'] = "$current_module_images/{LANG}/icon_contact_yahoo.gif"; $mx_images['icon_msnm'] = "$current_module_images/{LANG}/icon_contact_msnm.gif"; $mx_images['icon_minipost'] = "$current_module_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_module_images/icon_minipost.gif"; $mx_images['icon_minipost_new'] = "$current_module_images/icon_minipost_new.gif"; // // Last Message and Anouncement block compatibility // $mx_images['icon_latest_reply'] = "$current_module_images/icon_topic_latest.gif"; $mx_images['icon_newest_reply'] = "$current_module_images/icon_topic_newest.gif"; $mx_images['forum'] = "$current_module_images/forum_read.gif"; $mx_images['forum_new'] = "$current_module_images/forum_unread.gif"; $mx_images['forum_locked'] = "$current_module_images/forum_read_locked.gif"; $mx_images['folder'] = "$current_module_images/topic_read.gif"; $mx_images['folder_new'] = "$current_module_images/topic_unread.gif"; $mx_images['folder_hot'] = "$current_module_images/topic_read_hot.gif"; $mx_images['folder_hot_new'] = "$current_module_images/topic_unread_hot.gif"; $mx_images['folder_locked'] = "$current_module_images/topic_read_locked.gif"; $mx_images['folder_locked_new'] = "$current_module_images/topic_unread_locked.gif"; $mx_images['folder_sticky'] = "$current_module_images/sticky_read.gif"; $mx_images['folder_sticky_new'] = "$current_module_images/sticky_unread.gif"; $mx_images['folder_announce'] = "$current_module_images/announce_read.gif"; $mx_images['folder_announce_new'] = "$current_module_images/announce_unread.gif"; // // Define common theme colors (if not present in db) // $theme['body_bgcolor'] = ( ($theme['body_bgcolor']) ? $theme['body_bgcolor'] : 'FFFFFF' ); $theme['body_text'] = ( ($theme['body_text']) ? $theme['body_text'] : '383B3F' ); $theme['body_link'] = ( ($theme['body_link']) ? $theme['body_link'] : '006699' ); $theme['body_vlink'] = ( ($theme['body_vlink']) ? $theme['body_vlink'] : '006699' ); $theme['body_alink'] = ( ($theme['body_alink']) ? $theme['body_alink'] : '006699' ); $theme['body_hlink'] = ( ($theme['body_hlink']) ? $theme['body_hlink'] : 'f3a625' ); $theme['tr_color1'] = ( ($theme['tr_color1']) ? $theme['tr_color1'] : 'F7EEEE' ); // row1 $theme['tr_color2'] = ( ($theme['tr_color2']) ? $theme['tr_color2'] : 'FBF4F4' ); // row2 $theme['tr_color3'] = ( ($theme['tr_color3']) ? $theme['tr_color3'] : 'f1f1f1' ); // row3 $theme['th_color1'] = ( ($theme['th_color1']) ? $theme['th_color1'] : 'FFA34F' ); // bodyline border color $theme['th_color2'] = ( ($theme['th_color2']) ? $theme['th_color2'] : '333333' ); // forumline border color $theme['th_color3'] = ( ($theme['th_color3']) ? $theme['th_color3'] : 'd1d7dc' ); // boxes border color $theme['td_color1'] = ( ($theme['td_color1']) ? $theme['td_color1'] : 'F7EEEE' ); // code/quote boxes background $theme['td_color2'] = ( ($theme['td_color2']) ? $theme['td_color2'] : 'FBF4F4' ); // post box background $theme['fontface1'] = ( ($theme['fontface1']) ? $theme['fontface1'] : 'Verdana,Arial,Helvetica,sans-serif'); $theme['fontcolor1'] = ( ($theme['fontcolor1']) ? $theme['fontcolor1'] : '383B3F' ); // Main font color $theme['fontcolor2'] = ( ($theme['fontcolor2']) ? $theme['fontcolor2'] : '726363' ); ?> |