File Manager

Current Directory: /home/astoriaah/www/old15/administrator/components/com_widgetkit/layouts/fields
Viewing File: /home/astoriaah/www/old15/administrator/components/com_widgetkit/layouts/fields/text.php
<?php /** * @package Widgetkit * @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(); $attributes['type'] = 'text'; $attributes['name'] = $name; $attributes['value'] = $value; $attributes['class'] = isset($class) ? $class : ''; printf('<input %s />', $this['field']->attributes($attributes, array('label', 'description', 'default')));