| Current Path : /home/digilove/public_html/modules/mod_collection/ |
| Current File : /home/digilove/public_html/modules/mod_collection/mod_collection.php |
<?php
/**
* Marketplace Menus module
*
* PHP version 7.0
*
* @category Module
* @package Joomla
* @author WebKul software private limited <support@webkul.com>
* @copyright 2010 WebKul software private limited
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
* @version GIT:5.2
* @filesource http://store.webkul.com
* @link Technical Support: webkul.uvdesk.com
*/
// no direct access
defined('_JEXEC') or die();
// include the syndicate functions only once
require_once __DIR__ . '/helper.php';
$class_sfx = trim(htmlspecialchars($params->get('moduleclass_sfx')));
$_input = JFactory::getApplication()->input;
$view = $_input->get('view', '');
$option = $_input->get('option', '');
require JModuleHelper::getLayoutPath(
'mod_collection',
$params->get('layout', 'default')
);