LittleDemon WebShell


Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
Path : /home/devsafetybis/j4412.dev.safetybis.com/layouts/joomla/edit/
File Upload :
Command :
Current File : /home/devsafetybis/j4412.dev.safetybis.com/layouts/joomla/edit/metadata.php

<?php

/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   (C) 2013 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\Language\Text;

$form = $displayData->getForm();

// JLayout for standard handling of metadata fields in the administrator content edit screens.
$fieldSets = $form->getFieldsets('metadata');
?>

<?php foreach ($fieldSets as $name => $fieldSet) : ?>
    <?php if (isset($fieldSet->description) && trim($fieldSet->description)) : ?>
        <div class="alert alert-info">
            <span class="icon-info-circle" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('INFO'); ?></span>
            <?php echo $this->escape(Text::_($fieldSet->description)); ?>
        </div>
    <?php endif; ?>

    <?php
    // Include the real fields in this panel.
    if ($name === 'jmetadata') {
        echo $form->renderField('metadesc');
        echo $form->renderField('metakey');
    }

    foreach ($form->getFieldset($name) as $field) {
        if ($field->name !== 'jform[metadata][tags][]') {
            echo $field->renderField();
        }
    } ?>
<?php endforeach; ?>

LittleDemon - FACEBOOK
[ KELUAR ]