|
From: Yettyn <jo...@us...> - 2008-02-04 16:01:46
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19100/templates/subSilver Modified Files: overall_header_navigation.tpl subSilver.css subSilver.cfg Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/subSilver.cfg,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** subSilver.cfg 9 Sep 2007 16:50:44 -0000 1.8 --- subSilver.cfg 4 Feb 2008 16:01:41 -0000 1.9 *************** *** 2,8 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 18,24 **** */ ! /** Adapted for mxBB by: * ! * The mxBB Development Team * Version: 1.0 * Requirements: mxBB Core 2.8.x --- 18,24 ---- */ ! /** Adapted for MX-Publisher by: * ! * The MX-Publisher Development Team * Version: 1.0 * Requirements: mxBB Core 2.8.x *************** *** 40,44 **** // // Credits, copyrights etc ! $mx_template_settings['template_copy'] = 'Original subSilver theme for phpBB by <a href="http://www.subSky.com/phpBB2/">subBlue design</a> :: Adapted for mxBB by <a href="http://www.mxbb.net">The mxBB Development Team</a>'; // --- 40,44 ---- // // Credits, copyrights etc ! $mx_template_settings['template_copy'] = 'Original subSilver theme for phpBB by <a href="http://www.subSky.com/phpBB2/">subBlue design</a> :: Adapted for MX-Publisher by <a href="http://www.mx-publisher.com">The MX-Publisher Development Team</a>'; // *************** *** 58,62 **** /********************************************************************************\ | 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" ); --- 58,62 ---- /********************************************************************************\ | Define what graphics bundles to use ! | - these are very handy paths to ALL kind of phpBB/MX-Publisher 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" ); *************** *** 102,106 **** \********************************************************************************/ // ! // Use mxBB graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} --- 102,106 ---- \********************************************************************************/ // ! // Use MX-Publisher graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} *************** *** 149,159 **** // ! // phpBB Graphics - redefined for mxBB // - Uncomment and redefine phpBB graphics // // If you need to redefine some phpBB graphics, look within the phpBB/templates folder for the template_name.cfg file and ! // redefine those $image['xxx'] you want. Note: Many phpBB images are reused all over mxBB (eg see below), thus if you redefine ! // common phpBB images, this will have immedaite effect for all mxBB pages. // /* --- 149,159 ---- // ! // phpBB Graphics - redefined for MX-Publisher // - Uncomment and redefine phpBB graphics // // If you need to redefine some phpBB graphics, look within the phpBB/templates folder for the template_name.cfg file and ! // redefine those $image['xxx'] you want. Note: Many phpBB images are reused all over MX-Publisher (eg see below), thus if you redefine ! // common phpBB images, this will have immedaite effect for all MX-Publisher pages. // /* *************** *** 226,230 **** // ! // Repopulate the $theme colors - for standalone mxBB // /* --- 226,230 ---- // ! // Repopulate the $theme colors - for standalone MX-Publisher // /* Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header_navigation.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** overall_header_navigation.tpl 9 Sep 2007 16:50:44 -0000 1.8 --- overall_header_navigation.tpl 4 Feb 2008 16:01:41 -0000 1.9 *************** *** 12,16 **** <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> --- 12,16 ---- <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> Index: subSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/subSilver.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** subSilver.css 3 Feb 2008 21:07:15 -0000 1.6 --- subSilver.css 4 Feb 2008 16:01:41 -0000 1.7 *************** *** 1,4 **** /************************************************************\ ! | Addon or redefined CSS definitions for mxBB-Portal \************************************************************/ p, td { font-size: 11px; color: #000000; } --- 1,4 ---- /************************************************************\ ! | Addon or redefined CSS definitions for MX-Publisher \************************************************************/ p, td { font-size: 11px; color: #000000; } |