| Current Path : /home/bateauecpx/www/modules/mod_timetable/ |
| 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';
}
}
?>