Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_zoo/helpers/fields/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_zoo/helpers/fields/zooplugin.php

<?php
/**
* @package   com_zoo
* @author    YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

$class = (string) $node->attributes()->class ? 'class="'.$node->attributes()->class.'"' : 'class="inputbox"';

$options = array($this->app->html->_('select.option', '', '- '.JText::_('Select Plugin').' -'));

$folder = (string) $node->attributes()->folder;

echo $this->app->html->_('zoo.pluginlist', $options, $control_name.'['.$name.']', $class, 'value', 'text', $value, $control_name.$name, true, $folder);