Your IP : 216.73.216.55


Current Path : /home/g/i/t/giteleslfp/www/administrator/components/com_templateck/interfaces/
Upload File :
Current File : /home/g/i/t/giteleslfp/www/administrator/components/com_templateck/interfaces/layout11.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::flexiblemodules('modulestop', 'position-8,position-9,position-10,position-11,position-12');
	echo CKCreator::maincontent($blockid = '', $left = true, $right = true, $maintop = false, $mainbottom = false, $centertop = false, $centerbottom = false);
	echo CKCreator::singleModule('footer', 'position-3');
	echo CKCreator::closeWrapper();
	?>
</div>