|
From: FlorinCB <ory...@us...> - 2008-09-03 15:56:33
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5353 Modified Files: Tag: core28x mx_last_msg.php Log Message: Block_Size Index: mx_last_msg.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_last_msg.php,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -C2 -d -r1.4.2.2 -r1.4.2.3 *** mx_last_msg.php 3 Jun 2008 21:01:47 -0000 1.4.2.2 --- mx_last_msg.php 3 Sep 2008 15:56:29 -0000 1.4.2.3 *************** *** 404,408 **** 'TOPIC_AUTHOR' => $topic_author, 'LAST_POST_AUTHOR' => $last_post_author, ! 'L_TOPIC_FOLDER_ALT' => $folder_alt )); } --- 404,410 ---- 'TOPIC_AUTHOR' => $topic_author, 'LAST_POST_AUTHOR' => $last_post_author, ! 'L_TOPIC_FOLDER_ALT' => $folder_alt, ! 'BLOCK_SIZE' => ($block_size ? $block_size : '100%'), ! 'L_BACK_TO_TOP' => (!empty($lang['Back_to_top']) ? $lang['Back_to_top'] : 'Back to Top') )); } |