File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_templateck/views/template/tmpl/edit_themes.php
Back
<?php /** * @name Template Creator CK 3 * @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('_JEXEC') or die('Restricted access'); $input = new JInput(); ?> <div id="showthemes" class="leftpanel clearfix"> <div class=""> <div style="float:right;"> <div class="ckclose black" onclick="hideThemes()"></div> </div> <div class="ckpopupsubtitle"><?php echo JText::_('CK_LOAD_THEME') ?> <span class="subtitle"><?php echo JText::_('CK_LOAD_THEME_DESC') ?></span></div> <div class="clr"></div> </div> <?php $path = JPATH_COMPONENT . '/themes'; $files = JFolder::files($path, '.hck', false, false); natsort($files); $i = 1; $nbthemes = count($files); echo '<div class="clearfix" style="">'; foreach ($files as $file) { $theme = JFile::stripExt($file); echo '<div class="themethumb" target="' . $theme . '"><img src="'. JUri::base(true) .'/components/com_templateck/themes/' . $theme . '.jpg" style="" onclick="if(!$ck(\'#ck_modelewrapper\').length) loadTheme(\'' . $theme . '\');"/><div class="themeindice">' . $i . '</div></div>'; $i++; } echo '</div>'; ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings