Current Path :
/
home
/
develito
/
www
/
modules
/
mod_jevents_cal
/
tmpl
/
alternative
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/modules/mod_jevents_cal/tmpl/alternative/calendar.php
<?php /** * copyright (C) 2008-2025 GWESystems Ltd - All rights reserved */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die(); /** * HTML View class for the component frontend * * @static */ include_once(JPATH_SITE . "/modules/mod_jevents_cal/tmpl/default/calendar.php"); #[\AllowDynamicProperties] class AlternativeModCalView extends DefaultModCalView { }