uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
.
/
www
/
newok
/
layouts
/
joomla
/
form
/
renderfield.php
/
/
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright (C) 2014 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; extract($displayData); /** * Layout variables * ----------------- * @var array $options Optional parameters * @var string $id The id of the input this label is for * @var string $name The name of the input this label is for * @var string $label The html code for the label * @var string $input The input field html code * @var string $description An optional description to use as in–line help text * @var string $descClass The class name to use for the description */ if (!empty($options['showonEnabled'])) { /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->useScript('showon'); } $class = empty($options['class']) ? '' : ' ' . $options['class']; $rel = empty($options['rel']) ? '' : ' ' . $options['rel']; $id = ($id ?? $name) . '-desc'; $hideLabel = !empty($options['hiddenLabel']); $hideDescription = empty($options['hiddenDescription']) ? false : $options['hiddenDescription']; $descClass = ($options['descClass'] ?? '') ?: (!empty($options['inlineHelp']) ? 'hide-aware-inline-help d-none' : ''); if (!empty($parentclass)) { $class .= ' ' . $parentclass; } ?> <div class="control-group<?php echo $class; ?>"<?php echo $rel; ?>> <?php if ($hideLabel) : ?> <div class="visually-hidden"><?php echo $label; ?></div> <?php else : ?> <div class="control-label"><?php echo $label; ?></div> <?php endif; ?> <div class="controls"> <?php echo $input; ?> <?php if (!$hideDescription && !empty($description)) : ?> <div id="<?php echo $id; ?>" class="<?php echo $descClass ?>"> <small class="form-text"> <?php echo $description; ?> </small> </div> <?php endif; ?> </div> </div>
/home/opticamezl/./www/newok/layouts/joomla/form/renderfield.php