|
From: Jon O. <jon...@us...> - 2006-07-01 21:30:34
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9904/modules/mx_kb Modified Files: kb.php Log Message: Minor fixes Index: kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** kb.php 28 Jun 2006 21:18:14 -0000 1.35 --- kb.php 1 Jul 2006 21:30:30 -0000 1.36 *************** *** 187,193 **** if ( !$print_version ) { ! kb_page_header( $page_title ); } $template->assign_vars( array( 'U_PORTAL' => $mx_root_path, --- 187,196 ---- if ( !$print_version ) { ! kb_page_header(); } + // + // Some general template vars + // $template->assign_vars( array( 'U_PORTAL' => $mx_root_path, |