|
From: OryNider <ory...@us...> - 2008-01-15 05:18:47
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28140/templates/subSilver Modified Files: Tag: core28x subSilver.cfg Log Message: http://www.mx-system.com/forum/viewtopic.php?t=10483 Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/templates/subSilver/Attic/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** subSilver.cfg 2 May 2006 23:22:17 -0000 1.1 --- subSilver.cfg 15 Jan 2008 05:18:38 -0000 1.1.2.1 *************** *** 28,31 **** --- 28,33 ---- // + $mx_template_name = 'subSilver'; + // // Do not alter this line! *************** *** 35,41 **** --- 37,50 ---- // ------------------------------------------------------------------------- + // 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 ); + + // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; + $current_module_images = PORTAL_URL . $module_root_path . "templates/". $mx_template_name ."/images"; + // ------------------------------------------------------------------------- |