PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
modules
/
mod_djc2search
<?php /** * @version $Id: mod_djc2search.php 140 2013-09-09 07:42:05Z 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(JPATH_BASE.DS.'components'.DS.'com_djcatalog2'.DS.'helpers'.DS.'route.php'); require_once(JPATH_BASE.DS.'components'.DS.'com_djcatalog2'.DS.'helpers'.DS.'theme.php'); $app = JFactory::getApplication(); DJCatalog2ThemeHelper::setThemeAssets(); $lang = JFactory::GetLanguage(); $lang->load('com_djcatalog2'); $cid = null; if ($app->input->get('cid',0,'int') != 0 && !$params->get('filter')) { $cid = $app->input->get('cid',0,'int'); } else $cid = 0; $Itemid = $app->input->get('Itemid', 0, 'int'); require(JModuleHelper::getLayoutPath('mod_djc2search'));
[+]
..
[-] index.html
[edit]
[+]
language
[-] mod_djc2search.php
[edit]
[-] mod_djc2search.xml
[edit]
[+]
tmpl
[-] .htaccess.disabled
[edit]