b0y-101 Mini Shell


Current Path : E:/www/km/stdaffairs/templates/simple02/warp/config/layouts/
File Upload :
Current File : E:/www/km/stdaffairs/templates/simple02/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'));
}

Copyright © 2019 by b0y-101