|
From: OryNider <ory...@us...> - 2007-08-30 03:52:22
|
Update of /cvsroot/mxbb/mx_music/music_box In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv451/music_box Modified Files: music_common.php Log Message: This will add subcategories :D Index: music_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/music_common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_common.php 1 Aug 2007 23:33:28 -0000 1.2 --- music_common.php 30 Aug 2007 03:52:17 -0000 1.3 *************** *** 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"); // ---------- } |