| Current Path : /home/helpink/www/components/com_jbusinessdirectory/views/events/tmpl/ |
| Current File : /home/helpink/www/components/com_jbusinessdirectory/views/events/tmpl/events_calendar.php |
<?php
/**
* @package J-BusinessDirectory
*
* @author CMSJunkie http://www.cmsjunkie.com/
* @copyright Copyright (C) 2007 - 2022 CMSJunkie. All rights reserved.
* @license https://www.gnu.org/licenses/agpl-3.0.en.html
*/
defined('_JEXEC') or die('Restricted access');
$calendarSource = html_entity_decode(JRoute::_('index.php?option=com_jbusinessdirectory&task=events.getCalendarEvents'));
?>
<div id="grid-layout">
<?php require_once JPATH_COMPONENT_SITE.'/helpers/calendar.php'; ?>
</div>