Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/modules/mod_timetable/
Upload File :
Current File : /home/bateauecpx/www/modules/mod_timetable/helper.php

<?php
/**
 * @author QuanticaLabs - http://codecanyon.net/user/QuanticaLabs/portfolio?ref=QuanticaLabs
 *
 * @link			http://codecanyon.net/item/timetable-responsive-schedule-for-joomla/9749539?ref=QuanticaLabs
 * @copyright		Copyright (C) 2008 - 2014 quanticalabs.com . All rights reserved.
 * @license			GNU General Public License version 2 or later; see LICENSE under Licensing/ directory
 */
 
defined('_JEXEC') or die('Restricted access');

class modTimetableHelper
{
    public static function getTimetable( $params )
    {
        return 'Timetable';
    }
}
?>