| Current Path : /home/giteleslfp/www/administrator/components/com_templateck/interfaces/ |
| Current File : /home/giteleslfp/www/administrator/components/com_templateck/interfaces/layout1.php |
<?php
/**
* @name Template Creator CK
* @package com_templateck
* @copyright Copyright (C) 2013. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
*/
// No direct access to this file
defined('TCK_LOADED') or die('Restricted access');
?>
<div id="body" class="body ckbloc editor">
<div class="ckstyle"></div>
<?php
echo CKCreator::openWrapper('wrapper');
echo CKCreator::banner('banner', 'position-0,position-2');
echo CKCreator::maincontent($blockid = '', $left = false, $right = false, $maintop = false, $mainbottom = false, $centertop = false, $centerbottom = false);
echo CKCreator::closeWrapper();
?>
</div>