| Current Path : /var/www/iplanru/data/www/www.i-plan.ru/administrator/components/com_zoo/helpers/fields/ | 
| Current File : /var/www/iplanru/data/www/www.i-plan.ru/administrator/components/com_zoo/helpers/fields/text.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
*/
// set attributes
$attributes = array('type' => 'text', 'name' => "{$control_name}[{$name}]", 'value' => $value, 'class' => isset($class) ? $class : '');
printf('<input %s />', $this->app->field->attributes($attributes, array('label', 'description', 'default')));