|
From: OryNider <ory...@us...> - 2007-08-30 03:49:19
|
Update of /cvsroot/mxbb/mx_radiocast/radiocast_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31127 Modified Files: radiocast_common.php Log Message: template cfg file load fix Index: radiocast_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/radiocast_mod/radiocast_common.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radiocast_common.php 6 Jun 2007 23:03:58 -0000 1.1 --- radiocast_common.php 30 Aug 2007 03:49:01 -0000 1.2 *************** *** 47,54 **** // ********************************************************************** ! if ( file_exists( $module_root_path . "templates/" . $theme['template_name'] . $theme['template_name'] . ".cfg" ) ) { // ---------- ! include($module_root_path . "templates/" . $theme['template_name'] . $theme['template_name'] . ".cfg"); // ---------- } --- 47,54 ---- // ********************************************************************** ! if ( file_exists( $module_root_path . "templates/" . $theme['template_name'] . '/' . $theme['template_name'] . ".cfg" ) ) { // ---------- ! include($module_root_path . "templates/" . $theme['template_name'] . '/' . $theme['template_name'] . ".cfg"); // ---------- } |