|
From: Markus P. <mar...@us...> - 2005-04-26 18:07:44
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8038 Modified Files: mx_textblock_edit.php Log Message: Code cleanup and removed debug code. Index: mx_textblock_edit.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_textblock_edit.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** mx_textblock_edit.php 13 Apr 2005 21:23:29 -0000 1.18 --- mx_textblock_edit.php 26 Apr 2005 18:07:30 -0000 1.19 *************** *** 12,16 **** */ ! /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by --- 12,16 ---- */ ! /** * This program is free software; you can redistribute it and/or modify [...1310 lines suppressed...] ! 'S_SHOW_TITLE_NO' => $show_title_no, ! ! 'S_SHOW_STATS_YES' => $show_stats_yes, ! 'S_SHOW_STATS_NO' => $show_stats_no, ! ! 'U_PHPBB_ROOT_PATH' => PHPBB_URL ! )); ! ! $template->pparse('body'); ! ! if( !empty($portalpage) ) { $page_title = $lang['Block_admin']; ! include($mx_root_path . 'includes/page_tail.' . $phpEx); } else { ! include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); } |