b0y-101 Mini Shell


Current Path : E:/www/pl/plugins/editors-xtd/modals/layouts/
File Upload :
Current File : E:/www/pl/plugins/editors-xtd/modals/layouts/header.php

<?php
/**
 * @package         Modals
 * @version         11.7.1
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            http://www.regularlabs.com
 * @copyright       Copyright © 2020 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

defined('_JEXEC') or die;

use Joomla\CMS\Language\Text as JText;

?>
<div class="header">
	<h1 class="page-title">
		<span class="icon-reglab icon-modals"></span>
		<?php echo JText::_('INSERT_MODAL'); ?>
	</h1>
</div>

Copyright © 2019 by b0y-101