Your IP : 216.73.216.240


Current Path : /home/juvelize/www/modules/mod_jimmo_repayment_calculator/
Upload File :
Current File : /home/juvelize/www/modules/mod_jimmo_repayment_calculator/mod_jimmo_repayment_calculator.php

<?php
/*
 * @copyright Copyright (C) Markus Gees, Teutoburger Weg 65, 33758 Schloß Holte - Stukenbrock
 *
 * @module JIMMO Repayment Calculator J3
 * @package Joomla 3.x
 *
 * @author JIMMO TOOLs Team
 * @JIMMO TOOLs ist ein Projekt von NetJet UG (haftungsbeschränkt)
 *
 * @http://www.jimmo-tool.de
 * @info@jimmo-tool.de
 *
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see license.txt
 */

// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die();

JHtml::_('jquery.framework');

if(!defined('DS')){
  define('DS',"/");
}

$doc = JFactory::getDocument();
$doc->addStyleSheet(JURI::root() . '/modules/mod_jimmo_repayment_calculator/css/style.css');
require_once(JPATH_BASE . '/modules/mod_jimmo_repayment_calculator/js/define.js.php');
$doc->addScript(JURI::root() . '/modules/mod_jimmo_repayment_calculator/js/calculate.js');

require(JModuleHelper::getLayoutPath('mod_jimmo_repayment_calculator','annuitaetextended'));

?>