File manager - Edit - /home/jardides/www/Jardi-design/j37/administrator/components/com_pagebuilderck/views/options/tmpl/edit.php
Back
<?php /** * @name Page Builder CK * @package com_pagebuilderck * @copyright Copyright (C) 2015. 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 */ defined('_JEXEC') or die; ?> <div class="ckpopupoverlay"></div> <div class="ckpopupheader"> <div class="ckpopuplogo"></div> <div class="ckpopuptitle"><?php echo JText::_('CK_CSS_EDIT'); ?></div> <div style="float:right;"> <div class="ckclose ckcancel" onclick="ckCloseEditionPopup();"><?php echo JText::_('CK_CANCEL'); ?></div> <div class="ckclose cksave" onclick="ckBeforeSaveEditionPopup();"><?php echo JText::_('CK_VALIDATE'); ?></div> </div> <div class="clr"></div> </div> <?php // if (file_exists(JPATH_ROOT . '/administrator/components/com_pagebuilderck/views/options/tmpl/edit_' . $this->cktype . '.php')) { // echo $this->loadTemplate($this->cktype); // } else { // echo '<p style="text-align:center;color:red;font-size:14px;">' . JText::_('CK_EDITION_NOT_FOUND') . ' : ' . $this->cktype . '</p>'; // } $layout = JPATH_ROOT . '/administrator/components/com_pagebuilderck/views/options/tmpl/edit_' . $this->cktype . '.php'; if (file_exists($layout)) { // echo $this->loadTemplate($this->cktype); include_once($layout); } else { // load the custom plugins JPluginHelper::importPlugin( 'pagebuilderck' ); $dispatcher = JEventDispatcher::getInstance(); $otheritems = $dispatcher->trigger( 'onPagebuilderckLoadItemOptions' . ucfirst($this->cktype) ); if (count($otheritems) == 1) { // load only the first instance found, because each plugin type must be unique $layout = $otheritems[0]; include_once($layout); } else { echo '<p style="text-align:center;color:red;font-size:14px;">' . JText::_('CK_EDITION_NOT_FOUND') . ' : ' . $this->cktype . '. Number of instances found : ' . count($otheritems) . '</p>'; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings