|
From: Jon O. <jon...@us...> - 2006-06-28 21:18:17
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23690/modules/mx_kb/kb/modules Modified Files: kb_rate.php Log Message: Further fixes for "print article view" Index: kb_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_rate.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kb_rate.php 28 Jun 2006 13:58:08 -0000 1.4 --- kb_rate.php 28 Jun 2006 21:18:14 -0000 1.5 *************** *** 177,189 **** $template->assign_block_vars( "rate", array() ); ! // ! // Send variables to template (the associated *.tpl file) ! // ! /* ! $template->assign_vars( array( ! 'PATH' => $path_kb ! )); ! */ ! $template->assign_vars( array( 'S_RATE_ACTION' => append_sid( this_kb_mxurl( ) ), --- 177,181 ---- $template->assign_block_vars( "rate", array() ); ! $path_kb = $lang['Rate']; $template->assign_vars( array( 'S_RATE_ACTION' => append_sid( this_kb_mxurl( ) ), *************** *** 201,204 **** --- 193,197 ---- 'L_R10' => $lang['R10'], 'RATEINFO' => $rateinfo, + 'PATH' => '» ' . $path_kb, 'ID' => $article_id ) ); *************** *** 208,212 **** // assign var for top navigation // =================================================== ! $this->generate_navigation( $category_id ); // --- 201,205 ---- // assign var for top navigation // =================================================== ! //$this->generate_navigation( $category_id ); // |