|
From: Jon O. <jon...@us...> - 2008-02-16 22:12:54
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31901 Modified Files: Tag: core28x mx_functions_core.php Log Message: BugFix, mxBB about page and overall header navigation block Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.52.2.6 retrieving revision 1.52.2.7 diff -C2 -d -r1.52.2.6 -r1.52.2.7 *** mx_functions_core.php 14 Feb 2008 21:22:34 -0000 1.52.2.6 --- mx_functions_core.php 16 Feb 2008 22:12:36 -0000 1.52.2.7 *************** *** 1513,1523 **** ); ! if ($overall_header) ! { ! $layouttemplate->assign_block_vars('editcp', $temp_array); ! } ! else { ! $layouttemplate->assign_block_vars('layout_column.blocks.edit', $temp_array); } } --- 1513,1526 ---- ); ! if (isset($layouttemplate)) { ! if ($overall_header) ! { ! $layouttemplate->assign_block_vars('editcp', $temp_array); ! } ! else ! { ! $layouttemplate->assign_block_vars('layout_column.blocks.edit', $temp_array); ! } } } |