File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_templateck/views/template/tmpl/ajaxrendercss.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(); //$fields = $app->input->get('fields', null, null); $id = $app->input->get('ckobjid'); $class = $app->input->get('objclass'); $fields = stripslashes($app->input->get('fields', '', 'string')); $fields = json_decode($fields); //test $action = $app->input->get('action'); $cssstyles = new CssStyles(); $styles = $cssstyles->create($fields, $id, $action, $class); if ($action == 'preview') { echo '<style>' . $styles . '</style>'; } else { return $styles; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings