| Current Path : /home/smartconb/www/armencom33/components/com_dpcalendar/views/invite/tmpl/ |
| Current File : /home/smartconb/www/armencom33/components/com_dpcalendar/views/invite/tmpl/default_heading.php |
<?php
/**
* @package DPCalendar
* @author Digital Peak http://www.digital-peak.com
* @copyright Copyright (C) 2007 - 2020 Digital Peak. All rights reserved.
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
defined('_JEXEC') or die();
if (!$this->params->get('show_page_heading')) {
return;
}
?>
<div class="com-dpcalendar-invite__heading">
<h1 class="dp-page-heading page-header"><?php echo $this->escape($this->params->get('page_heading')); ?></h1>
</div>