Your IP : 216.73.216.104


Current Path : /home/poneycluc/www/modules/mod_jamasthead/
Upload File :
Current File : /home/poneycluc/www/modules/mod_jamasthead/mod_jamasthead.php

<?php
/**
 * ------------------------------------------------------------------------
 * JA Masthead Module 
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

defined( '_JEXEC' ) or die( 'Restricted access' );
require_once (dirname(__FILE__).'/helper.php');
$helper = ModJAMastheadHelper::getInstance();

//Load style
JHTML::stylesheet('modules/' . $module->module . '/asset/css/style.css');

// Get masshead information
$masthead = $helper->getMasthead($params);
// Display
require JModuleHelper::getLayoutPath($module->module, $params->get('layout', 'default'));