|
From: Jon O. <jon...@us...> - 2006-06-30 12:42:48
|
Update of /cvsroot/mxbb/mx_sitestats/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28746/modules/mx_sitestats/templates/subSilver Added Files: subSilver.cfg Log Message: fix for images --- NEW FILE: subSilver.cfg --- <?php /** * * @package mxBB Portal Module - mx_phpbb2blocks * @version $Id: subSilver.cfg,v 1.1 2006/06/30 12:42:44 jonohlsson Exp $ * @copyright (c) 2002-2006 mxBB Project 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: subSilver.cfg,v 1.1 2006/06/30 12:42:44 jonohlsson 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! // define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; // ------------------------------------------------------------------------- // (Re)Define images // ------------------------------------------------------------------------- // // Poll/Statistics Block // $mx_images['mx_voting_graphic'] = $images['voting_graphic']; // Array() $mx_images['mx_vote_bar'] = PHPBB_URL . $images['mx_graphics']['phpbb_icons'] . "/voting_bar.gif"; $mx_images['mx_vote_lcap'] = PHPBB_URL . $images['mx_graphics']['phpbb_icons'] . "/vote_lcap.gif"; $mx_images['mx_vote_rcap'] = PHPBB_URL . $images['mx_graphics']['phpbb_icons'] . "/vote_rcap.gif"; ?> |