| Current Path : /home/j/u/v/juvelize/www/administrator/components/com_proforms/layout/layout03/ |
| Current File : /home/j/u/v/juvelize/www/administrator/components/com_proforms/layout/layout03/template.php |
<?php /** * @version $Id: proforms 10041 2008-03-18 21:48:13Z fahrettinkutyol $ * @package joomla * @copyright Copyright (C) 2008 Mad4Media. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.mad4media.de Mad4Media Software Development - Softwareentwicklung, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. * @copyright (C) mad4media , www.mad4media.de */ defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' ); ?> <table cellpadding="0" cellspacing="0" border="0" class="m4jSystemTable m4jLayout03" id="<?PHP echo $fid; ?>"> <tbody> <tr> <td align="left" valign="top"> <?php echo $slot1; ?> </td> <td align="left" valign="top"> <?php echo $slot2; ?> </td> <td align="left" valign="top"> <?php echo $slot3; ?> </td> </tr> </tbody> </table>