|
From: Florin C B. <ory...@us...> - 2013-04-18 02:04:21
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30052 Modified Files: mx_functions_style.php Log Message: styles Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** mx_functions_style.php 8 Apr 2013 22:07:50 -0000 1.123 --- mx_functions_style.php 18 Apr 2013 02:04:18 -0000 1.124 *************** *** 1267,1270 **** --- 1267,1271 ---- // - First prepare the variables // + $this->setup_style(); if (!$this->template_name) { *************** *** 1289,1292 **** --- 1290,1295 ---- } $this->img_lang = (@file_exists($phpbb_root_path . 'styles/' . $this->theme['imageset_path'] . '/imageset/' . $this->lang_name)) ? $this->lang_name : $this->encode_lang($board_config['default_lang']); + //$this->template_name = $this->theme['imageset_path']; + //trigger_error("Could not get style data: $this->template_name", E_USER_ERROR); // // Load phpBB Template configuration data |