| Current Path : /var/www/iplanru/data/www/i-plan.ru/templates/yoo_everest/warp/config/layouts/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/templates/yoo_everest/warp/config/layouts/fields.php |
<?php
/**
* @package Warp Theme Framework
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
foreach ($fields->children('field') as $field) {
$name = $field->attr('name');
$type = $field->attr('type');
$value = isset($values[$name]) ? $values[$name] : $field->attr('default');
echo $this['field']->render($type, sprintf(($prefix ? "{$prefix}[%s]" : "%s"), $name), $value, $field, compact('config'));
}