|
From: Yettyn <jo...@us...> - 2008-02-04 16:02:10
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19473/templates/subsilver2 Modified Files: subsilver2.css overall_footer.html subsilver2.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: subsilver2.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** subsilver2.cfg 27 Dec 2007 03:22:13 -0000 1.3 --- subsilver2.cfg 4 Feb 2008 16:02:07 -0000 1.4 *************** *** 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" ); *************** *** 74,78 **** $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the mxBB adminCP $current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template $current_template_theme_images = PORTAL_URL . $current_template_path . '/theme/images'; --- 74,78 ---- $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the MX-Publisher adminCP $current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template $current_template_theme_images = PORTAL_URL . $current_template_path . '/theme/images'; *************** *** 103,107 **** \********************************************************************************/ // ! // Use mxBB graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} --- 103,107 ---- \********************************************************************************/ // ! // Use MX-Publisher graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} *************** *** 150,160 **** // ! // 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. // $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; --- 150,160 ---- // ! // 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. // $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** subsilver2.css 3 Feb 2008 21:07:15 -0000 1.5 --- subsilver2.css 4 Feb 2008 16:02:07 -0000 1.6 *************** *** 1,3 **** ! /* mxBB 3.0 Style Sheet -------------------------------------------------------------- Style name: subsilver2 --- 1,3 ---- ! /* MX-Publisher 3.0 Style Sheet -------------------------------------------------------------- Style name: subsilver2 Index: overall_footer.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_footer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_footer.html 9 Sep 2007 16:50:46 -0000 1.1 --- overall_footer.html 4 Feb 2008 16:02:07 -0000 1.2 *************** *** 14,20 **** to include even this then support on our forums may be affected. ! The phpBB Group : 2002 & mxBB Team : 2002 // --> ! {POWERED_BY} <a href="http://www.mxbb.net/" target="_mx-system" class="copyright">mxBB Portal</a> {MX_VERSION} © 2001-2007 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> </div> </td> --- 14,20 ---- to include even this then support on our forums may be affected. ! The phpBB Group : 2002 & MX-Publisher Team : 2002 // --> ! {POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher</a> {MX_VERSION} © 2001-2007 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group | <a href="{MXBB_EXTRA_URL}" target="_phpbb" class="copyright">{MXBB_EXTRA}</a> </div> </td> |