File manager - Edit - /home/jardides/www/Jardi-design/j37/components/com_pagebuilderck/views/content/view.html.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; require_once JPATH_ADMINISTRATOR . '/components/com_pagebuilderck/views/content/view.html.php'; /* jimport('joomla.application.component.view'); class PagebuilderckViewContent extends JViewLegacy { function display($tpl = null) { // $input = new JInput(); // $tpl = JPATH_ADMINISTRATOR . '/components/com_pagebuilderck/views/content/tmpl/default_' . $input->get('cktype', null, 'cmd') . '.php'; // include_once($tpl); $input = JFactory::getApplication()->input; $tpl = $input->get('cktype', null, 'cmd'); if ($tpl == null) { echo JText::_('COM_PAGEBUILDERCK_ERROR_LAYOUT'); exit(); } $layout = JPATH_ADMINISTRATOR . '/components/com_pagebuilderck/views/content/tmpl/default_' . $tpl . '.php'; if (file_exists($layout)) { include_once($tpl); } else { // load the custom plugins JPluginHelper::importPlugin( 'pagebuilderck' ); $dispatcher = JEventDispatcher::getInstance(); // loads all additional pagebuilderck items via plugins $dispatcher->trigger( 'onPagebuilderckLoadItemContent' . ucfirst($tpl) ); } exit(); } }*/
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings