Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/plugins/fields/repeatable/tmpl/repeatable.php
Назад
<?php /** * @package Joomla.Plugin * @subpackage Fields.Repeatable * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $fieldValue = $field->value; if ($fieldValue === '') { return; } // Get the values $fieldValues = json_decode($fieldValue, true); if (empty($fieldValues)) { return; } $html = '<ul>'; foreach ($fieldValues as $value) { $html .= '<li>' . implode(', ', $value) . '</li>'; } $html .= '</ul>'; echo $html;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.09 |
proxy
|
phpinfo
|
Настройка