uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
www
/
i-plan.ru
/
administrator
/
components
/
com_plugins
/
..
/
com_sef
/
model.php
/
/
<?php /** * SEF component for Joomla! * * @package JoomSEF * @version 4.7.8 * @author ARTIO s.r.o., http://www.artio.net * @copyright Copyright (C) 2020 ARTIO s.r.o. * @license GNU/GPLv3 http://www.artio.net/license/gnu-general-public-license */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die(); jimport('joomla.application.component.model'); if (!class_exists('JModelLegacy')) { class JModelLegacy extends JModel { } } class SEFModel extends JModelLegacy { protected function booleanRadio($name, $attrs, $selected) { $arr = array(JHtml::_('select.option', '1', JText::_('JYES')), JHtml::_('select.option', '0', JText::_('JNO'))); $html = '<fieldset class="radio btn-group">'; $html .= str_replace(array('<div class="controls">', '</div>'), '', JHtml::_('select.radiolist', $arr, $name, $attrs, 'value', 'text', (int) $selected, false)); $html .= '</fieldset>'; return $html; } } ?>
/var/www/iplanru/data/www/i-plan.ru/administrator/components/com_plugins/../com_sef/model.php