PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
modules
/
mod_djc2categories
<?php /** * @version $Id: mod_djc2categories.php 373 2015-02-10 08:41:53Z michal $ * @package DJ-Catalog2 * @copyright Copyright (C) 2012 DJ-Extensions.com LTD, All rights reserved. * @license http://www.gnu.org/licenses GNU/GPL * @author url: http://dj-extensions.com * @author email contact@dj-extensions.com * @developer Michal Olczyk - michal.olczyk@design-joomla.eu * * DJ-Catalog2 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * DJ-Catalog2 is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with DJ-Catalog2. If not, see <http://www.gnu.org/licenses/>. * */ defined ('_JEXEC') or die('Restricted access'); if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR); } require_once(dirname(__FILE__).DS.'helper.php'); require_once(JPATH_BASE.DS.'components'.DS.'com_djcatalog2'.DS.'helpers'.DS.'theme.php'); DJCatalog2ThemeHelper::setThemeAssets(); $jinput = JFactory::getApplication()->input; $cid = $jinput->getInt('cid',0); $option = $app->input->get('option', '', 'string'); $view = $app->input->get('view', '', 'string'); if ($option != 'com_djcatalog2') { $cid = 0; } $expand = $params->get('expand'); $moduleHtml = DJC2CategoriesModuleHelper::getHtml($cid, $expand, $params, (int)$params->get('parent_category',0), $module->id); if (!$moduleHtml) { return false; } require(JModuleHelper::getLayoutPath('mod_djc2categories'));
[+]
..
[-] helper.php
[edit]
[-] index.html
[edit]
[+]
language
[-] mod_djc2categories.php
[edit]
[-] mod_djc2categories.xml
[edit]
[+]
tmpl
[-] .htaccess.disabled
[edit]