File manager - Edit - /home/capoccitel/www/modules/mod_rtaddress/mod_rtaddress.php
Back
<?php /** * @version 1.0.0 * @package mod_rtaddress * @author RadiusTheme <support@radiustheme.com> * @copyright 2016 RadiusTheme.com * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Include the syndicate functions only once $doc = JFactory::getDocument(); $feature = array(); //Feature 1 if( $params->get('icon1') ){ $feature[0][ 'icon' ] = $params->get('icon1'); $feature[0][ 'text' ] = $params->get('text1'); } //Feature 2 if( $params->get('icon2') ){ $feature[1][ 'icon' ] = $params->get('icon2'); $feature[1][ 'text' ] = $params->get('text2'); } //Feature 3 if( $params->get('icon3') ){ $feature[2][ 'icon' ] = $params->get('icon3'); $feature[2][ 'text' ] = $params->get('text3'); } //Feature 4 if( $params->get('icon4') ){ $feature[3][ 'icon' ] = $params->get('icon4'); $feature[3][ 'text' ] = $params->get('text4'); } //Feature 5 if( $params->get('icon5') ){ $feature[4][ 'icon' ] = $params->get('icon5'); $feature[4][ 'text' ] = $params->get('text5'); } //Feature 6 if( $params->get('icon6') ){ $feature[5][ 'icon' ] = $params->get('icon6'); $feature[5][ 'text' ] = $params->get('text6'); } require JModuleHelper::getLayoutPath('mod_rtaddress', $params->get('mod_layout', 'default'));
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings