<?php/** * @package Joomla.Site * @subpackage com_config * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;?><fieldsetclass="form-horizontal"><legend><?phpechoJText::_('COM_CONFIG_METADATA_SETTINGS');?></legend><?phpforeach($this->form->getFieldset('metadata')as$field):?><divclass="control-group"><divclass="control-label"><?phpecho$field->label;?></div><divclass="controls"><?phpecho$field->input;?></div></div><?phpendforeach;?></fieldset>