|
From: Jon O. <jon...@us...> - 2008-02-03 19:53:44
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31800 Modified Files: mx_news_post_comment.php Log Message: Little feature for displaying block full page, eg when editing a comment etc... Index: mx_news_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_news/mx_news/modules/mx_news_post_comment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_news_post_comment.php 28 Jan 2008 22:21:06 -0000 1.1 --- mx_news_post_comment.php 3 Feb 2008 19:53:41 -0000 1.2 *************** *** 33,36 **** --- 33,41 ---- // + // Go full page + // + $mx_block->full_page = true; + + // // Request vars // |