|
From: Jon O. <jon...@us...> - 2008-02-03 19:52:45
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31321 Modified Files: index.php Log Message: Little feature for displaying block full page, eg when editing a comment etc... Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** index.php 9 Sep 2007 16:48:16 -0000 1.71 --- index.php 3 Feb 2008 19:52:39 -0000 1.72 *************** *** 210,213 **** --- 210,221 ---- { // + // Full page block Mode + // + if ($mx_block->full_page) + { + $mx_block->output_full_page(); + } + + // // Output Block contents // |