|
From: Florin C B. <ory...@us...> - 2013-04-30 23:02:41
|
Update of /cvsroot/mxbb/mx_news In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16849 Modified Files: mx_news.php Log Message: phpBB3 bbcode update Index: mx_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_news.php 29 Mar 2011 08:21:22 -0000 1.9 --- mx_news.php 30 Apr 2013 23:02:38 -0000 1.10 *************** *** 209,219 **** // Lets Build the page // ! if ( !$is_block ) { ! include( $mx_root_path . 'includes/page_header.' . $phpEx ); } $mx_news->module( $actions[$action] ); ! $mx_news->modules[$actions[$action]]->main( $action ); $mx_news_functions->page_header(); --- 209,219 ---- // Lets Build the page // ! if (!$is_block) { ! include($mx_root_path . 'includes/page_header.' . $phpEx); } $mx_news->module( $actions[$action] ); ! $mx_news->modules[$actions[$action]]->main($action); $mx_news_functions->page_header(); *************** *** 222,234 **** // page body for mx_news // ! $template->set_filenames( array( 'body' => $mx_news_tpl_name ) ); ! $template->pparse( 'body' ); $mx_news_functions->page_footer(); ! if ( !$is_block ) { ! include( $mx_root_path . 'includes/page_tail.' . $phpEx ); } ?> \ No newline at end of file --- 222,234 ---- // page body for mx_news // ! $template->set_filenames(array('body' => $mx_news_tpl_name)); ! $template->pparse('body'); $mx_news_functions->page_footer(); ! if (!$is_block) { ! include($mx_root_path . 'includes/page_tail.' . $phpEx); } ?> \ No newline at end of file |