|
From: OryNider <ory...@us...> - 2008-01-15 05:18:47
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28140 Modified Files: Tag: core28x mx_announce.php Log Message: http://www.mx-system.com/forum/viewtopic.php?t=10483 Index: mx_announce.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_announce.php,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** mx_announce.php 5 May 2007 20:13:40 -0000 1.3 --- mx_announce.php 15 Jan 2008 05:18:38 -0000 1.3.2.1 *************** *** 320,324 **** 'SIGNATURE' => $user_sig, 'FOLDER_IMG' => $folder_image, ! 'IMAGE' => $module_root_path . TEMPLATE_ROOT_PATH . 'images/' . $annoucement_image, 'U_TOPIC_URL' => append_sid(PHPBB_URL . "viewtopic.$phpEx?" . POST_TOPIC_URL . '=' . $postrow[$i]['topic_id']), --- 320,324 ---- 'SIGNATURE' => $user_sig, 'FOLDER_IMG' => $folder_image, ! 'IMAGE' => ($current_module_images) ? $current_module_images . '/' . $annoucement_image : $module_root_path . TEMPLATE_ROOT_PATH . 'images/' . $annoucement_image, 'U_TOPIC_URL' => append_sid(PHPBB_URL . "viewtopic.$phpEx?" . POST_TOPIC_URL . '=' . $postrow[$i]['topic_id']), |