|
From: OryNider <ory...@us...> - 2008-01-15 05:30:35
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31809/templates/_core Modified Files: _core.cfg Log Message: http://www.mx-system.com/forum/viewtopic.php?p=60555#60555 Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/templates/_core/_core.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** _core.cfg 9 Sep 2007 16:53:02 -0000 1.1 --- _core.cfg 15 Jan 2008 05:30:29 -0000 1.2 *************** *** 28,31 **** --- 28,33 ---- // + $mx_template_name = 'subSilver'; + // // Do not alter this line! *************** *** 43,46 **** --- 45,49 ---- // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; + $current_module_images = PORTAL_URL . $module_root_path . "templates/". $mx_template_name ."/images"; // ------------------------------------------------------------------------- |