Project

General

Profile

1 13462 thanos.pap
<?php
2
3
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
4
5
require_once(dirname(__FILE__) . DS . 'helper.php');
6
7 14031 thanos.pap
$displayTitle = $params -> get('displayTitle');
8 13462 thanos.pap
$dateFormat = $params -> get('dateFormat');
9
$alerts = ModMyAlertsHelper :: getAlerts();
10
require(JModuleHelper::getLayoutPath('mod_myalerts'));
11
12
?>