|
From: Jon O. <jon...@us...> - 2005-10-02 21:24:37
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4364/modules/mx_coreblocks Modified Files: mx_blockcp.php Log Message: support for phpbb template cache Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_blockcp.php 1 Oct 2005 14:10:45 -0000 1.4 --- mx_blockcp.php 2 Oct 2005 21:24:30 -0000 1.5 *************** *** 74,78 **** // Initialize template // ! $blockcptemplate = new mx_Template( $template->root, $board_config, $db ); // --- 74,79 ---- // Initialize template // ! //$blockcptemplate = new mx_Template( $template->root, $board_config, $db ); ! $blockcptemplate = new mx_Template( $mx_root_path . 'templates/'. $theme['template_name'], $board_config, $db ); // |