Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_widgetkit/layouts/fields/list.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 */ printf('<select %s>', $this['field']->attributes(compact('name'))); foreach ($node->children() as $option) { // set attributes $attributes = array('value' => $option->attributes()->value); // is checked ? if ($option->attributes()->value == $value) { $attributes = array_merge($attributes, array('selected' => 'selected')); } printf('<option %s>%s</option>', $this['field']->attributes($attributes), (string) $option); } printf('</select>');
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка