|
From: Jon O. <jon...@us...> - 2007-09-09 20:12:50
|
Update of /cvsroot/mxbb/mx_newssuite In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21640 Modified Files: news.php Log Message: for 2.9.x Index: news.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/news.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** news.php 16 Aug 2006 20:29:45 -0000 1.16 --- news.php 9 Sep 2007 20:12:47 -0000 1.17 *************** *** 124,128 **** $template->assign_vars( array( 'BLOCK_SIZE' => $block_size, 'BLOCK_ID' => $block_id, ! 'NEWS_LINK' => append_sid( 'news.' . $phpEx ), 'L_TITLE' => $title, 'L_DESCRIPTION' => $description, --- 124,128 ---- $template->assign_vars( array( 'BLOCK_SIZE' => $block_size, 'BLOCK_ID' => $block_id, ! 'NEWS_LINK' => mx_append_sid( 'news.' . $phpEx ), 'L_TITLE' => $title, 'L_DESCRIPTION' => $description, |