|
From: Jon O. <jon...@us...> - 2008-07-10 23:17:16
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28508/includes Modified Files: mx_functions_style.php Log Message: Moving load_file to mx_cache... Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** mx_functions_style.php 10 Jul 2008 23:08:59 -0000 1.80 --- mx_functions_style.php 10 Jul 2008 23:17:13 -0000 1.81 *************** *** 114,117 **** --- 114,118 ---- global $module_root_path, $mx_root_path, $phpbb_root_path, $theme, $mx_user, $mx_block; + /* switch (PORTAL_BACKEND) { *************** *** 124,127 **** --- 125,130 ---- break; } + */ + $style_path = $mx_user->template_name; // |