File manager - Edit - /home/jardides/www/Jardi-design/old/administrator/components/com_templateck/views/template/tmpl/ajaxloadtheme.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'); $app = JFactory::getApplication(); jimport('joomla.filesystem.file'); jimport('joomla.filesystem.folder'); $path = JPATH_COMPONENT . '/themes/'; $themename = $app->input->get('themename'); $theme = JFile::read($path . $themename . '.hck'); // make replacements to remove the local specific paths $theme = str_replace("|URIBASE|", JUri::root(true) . "/", $theme); $theme = str_replace("|TCK_COMPONENT|", "components/com_templateck", $theme); $theme = str_replace("|TCK_ADMIN_COMPONENT|", "administrator/components/com_templateck", $theme); echo $theme;
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings