|
From: Jon O. <jon...@us...> - 2007-09-04 18:49:11
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21875 Modified Files: Tag: core28x mx_functions_style.php Log Message: XS update Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.17.2.1 retrieving revision 1.17.2.2 diff -C2 -d -r1.17.2.1 -r1.17.2.2 *** mx_functions_style.php 26 Aug 2007 19:06:41 -0000 1.17.2.1 --- mx_functions_style.php 4 Sep 2007 18:49:07 -0000 1.17.2.2 *************** *** 18,22 **** // Including phpBB version of the Template class // ! include_once($phpbb_root_path . 'includes/template.' . $phpEx); // --- 18,29 ---- // Including phpBB version of the Template class // ! if( file_exists($mx_root_path . 'modules/mx_xs/includes/template.' . $phpEx) ) ! { ! include_once($mx_root_path . 'modules/mx_xs/includes/template.' . $phpEx); ! } ! else ! { ! include_once($phpbb_root_path . 'includes/template.' . $phpEx); ! } // |