|
From: Jon O. <jon...@us...> - 2006-06-28 21:18:17
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23690/modules/mx_kb/kb/includes Modified Files: functions.php kb_pages.php Log Message: Further fixes for "print article view" Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** functions.php 27 Jun 2006 18:13:45 -0000 1.7 --- functions.php 28 Jun 2006 21:18:14 -0000 1.8 *************** *** 1521,1526 **** $template->assign_vars( array( - 'U_PORTAL' => $mx_root_path, - 'L_PORTAL' => "<<", 'L_KB_TITLE' => $block_title, 'L_ADD_ARTICLE' => $add_article, --- 1521,1524 ---- *************** *** 1533,1540 **** 'L_MOST_POPULAR' => $lang['Top_most_popular'], 'U_LATEST' => append_sid( this_kb_mxurl( "mode=stats&stats=latest" ) ), ! 'L_LATEST' => $lang['Top_latest'], ! 'U_KB' => append_sid( this_kb_mxurl() ), ! 'L_KB' => $lang['KB_title'] ) ! ); if ( $kb_config['stats_list'] == 1 ) --- 1531,1536 ---- 'L_MOST_POPULAR' => $lang['Top_most_popular'], 'U_LATEST' => append_sid( this_kb_mxurl( "mode=stats&stats=latest" ) ), ! 'L_LATEST' => $lang['Top_latest'] ! )); if ( $kb_config['stats_list'] == 1 ) Index: kb_pages.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_pages.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kb_pages.php 28 Jun 2006 20:52:30 -0000 1.4 --- kb_pages.php 28 Jun 2006 21:18:14 -0000 1.5 *************** *** 36,40 **** // Includes // ! include_once( $mx_root_path . $module_root_path . 'kb/includes/kb_constants.' . $phpEx ); // --- 36,40 ---- // Includes // ! include_once( $module_root_path . 'kb/includes/kb_constants.' . $phpEx ); // |