PHP 8.1.33
Preview: metadata.php Size: 1.15 KB
/home/jambtst2015/public_html/ida.com.ng/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; ?>

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
1.18 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.15 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.16 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
2.85 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.72 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.15 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
5.64 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
917 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
614 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).