File manager - Edit - /home/jardides/www/Jardi-design/j37/plugins/sliderck/hikashop/hikashop.php
Back
<?php /** * @copyright Copyright (C) 2016 Cédric KEIFLIN alias ced1870 * http://www.template-creator.com * http://www.joomlack.fr * @license GNU/GPL * */ defined('_JEXEC') or die('Restricted access'); jimport('joomla.event.plugin'); class plgSliderckHikashop extends JPlugin { private $type = 'hikashop'; function __construct(&$subject, $params) { // does not load if the component is not installed if (! file_exists(JPATH_SITE . '/administrator/components/com_hikashop')) return; parent::__construct($subject, $params); } /* * Send the infos in the source list to add the source type of the plugin * * Return string the source type */ public function onSliderckGetSourceName() { $this->loadLanguage(); return $this->type; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings