Your IP : 216.73.216.55


Current Path : /home/giteleslfp/www/administrator/components/com_templateck/views/template/tmpl/
Upload File :
Current File : /home/giteleslfp/www/administrator/components/com_templateck/views/template/tmpl/edit_modeles.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');
?>
<style type="text/css">
	
</style>
<div id="ckmodelewrapper">
	<div id="ckmodeleheader">
		<div class="ckbutton ckbutton-primary" onclick="ckShowLayouts()"><?php echo TCK_Text::_('CK_START_WITH_LAYOUT'); ?></div> <span><?php echo TCK_Text::_('CK_START_WITH_LAYOUT_DESC'); ?></span>
	</div>
	<div id="cklayoutslist">
		<div class="ckinfosdescription"><?php echo TCK_Text::_('CK_LAYOUTS_DESC'); ?></div>
		<?php
		for ($i = 1; $i < 15; $i++) {
			?>
			<div class="cklayout" onclick="ckLoadLayout('layout<?php echo $i ?>');">
				<img src="<?php echo TEMPLATECREATORCK_MEDIA_URI ?>/images/layouts/layout<?php echo $i ?>.png" width="104" height="110" />
				<div class="cklayouttitle"><?php echo TCK_Text::_('CK_LAYOUT') . ' ' . $i; ?></div>
			</div>
			<?php
		}
		?>
	</div>
	<div id="ckmodelslist">
	</div>
</div>