| Current Path : /home/bateauecpx/www/modules/mod_jcountdown/ |
| Current File : /home/bateauecpx/www/modules/mod_jcountdown/mod_jcountdown.php |
<?php
/**
* @version 1.5.1
* @package JCountDown Module
* @file mod_jcountdown.php
* JCountDown counts the number of days remaining until any annual occasion on the calendar (ie: birthday, Christmas etc).
* @copyright Copyright (C) 2010 - fxwebdesign.nl
* @license GNU/GPL, see LICENSE.php
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
$toolTip = $params->get('mod_tooltip');
$jcountdownFooter = $params->get('mod_jcountdown_footer');
$jcountdownFinished = $params->get('mod_jcountdown_finished');
$modulefontColor = $params->get('mod_modulefont_color');
$jcountdownModuletitle = $params->get('mod_jcountdown_moduletitle');
$jcountdownDate = $params->get('mod_jcountdown_date');
$jcountdownTime = $params->get('mod_jcountdown_time');
$jcountdownEventtitle = $params->get('mod_jcountdown_eventtitle');
$jcountdownEventdesc = $params->get('mod_jcountdown_eventdesc');
$jcountdownEventlink = $params->get('mod_jcountdown_eventlink');
$jcountdownWidth = $params->get('mod_jcountdown_width');
$jcountdownHeight = $params->get('mod_jcountdown_height');
$fontFamily = $params->get('mod_font_family');
$fontSize = $params->get('mod_font_size');
$fontColor = $params->get('mod_font_color');
$jcountdownIntrotext = $params->get('mod_jcountdown_introtext');
$jcountdownContent = $params->get('mod_jcountdown_content');
$jcountdownContentbgColor = $params->get('mod_jcountdown_contentbgcolor');
require(JModuleHelper::getLayoutPath('mod_jcountdown'));
?>