<?php

/**
* @version		$Id: default.php 00005 2009-11-10 00:00:00 umitkenan $
* @package		Joomla
* @subpackage	JT SlideShow Module
* @link 		http://www.jt.gen.tr
* @copyright	Copyright (C) Joomla T�rk�e E�itim ve Destek Sitesi. http://www.jt.gen.tr 
* @license		GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// Include the syndicate functions only once
require_once dirname(__FILE__) . DS . 'helper.php';
$preparing = modJTSlideShowHelper::getParameterList($params);
$path = JModuleHelper::getLayoutPath('mod_jt_slideshow', 'default');
if (file_exists($path)) {
    require $path;
}