|
From: Florin C B. <ory...@us...> - 2013-06-02 05:08:13
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20567 Modified Files: mx_includex.php Log Message: includeX x:pic and template update Index: mx_includex.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_includex.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_includex.php 4 Oct 2008 07:04:38 -0000 1.15 --- mx_includex.php 2 Jun 2013 05:08:10 -0000 1.16 *************** *** 80,83 **** --- 80,84 ---- case 'x_pic': // Pic + $file_contents = '<img src="'.$x_1.'" alt="x_pic" width="'.$x_2.'" height="'.$x_3.'" border="0" />'; $template->assign_block_vars('pic_mode', array( 'FILE_CONTENTS' => $file_contents |