? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/modules/mod_footermenu/
File Upload :
Current File : /home/admin/public_html/old/modules/mod_footermenu/mod_footermenu.php

<?php
/**
 * @package		Footer Menu for Joomla! 2.5+
 * @subpackage	mod_footermenu
 * @copyright	Copyright (C) 2013-2014 KMO Design Pty Ltd. All rights reserved.
 * @license     GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

// no direct access
defined('_JEXEC') or die;

// Include the syndicate functions only once
require_once dirname(__FILE__).'/helper.php';

$list	= modFooterMenuHelper::getList($params);
$app	= JFactory::getApplication();
$menu	= $app->getMenu();
$active	= $menu->getActive();
$active_id = isset($active) ? $active->id : $menu->getDefault()->id;
$path	= isset($active) ? $active->tree : array();
$showAll	= $params->get('showAllChildren');
$class_sfx	= htmlspecialchars($params->get('class_sfx'));
$columns	= ceil(count($list) / (int) $params->get('columns'));
$useDefault	= $params->get('use_default_stylesheet');

if(count($list)) {
	require JModuleHelper::getLayoutPath('mod_footermenu', $params->get('layout', 'default'));
}

if($useDefault) {
    $document =& JFactory::getDocument();
    $document->addStyleSheet(JURI::base().'modules/mod_footermenu/css/default.css');
}

T1KUS90T
  root-grov@210.1.60.28:~$