File "mod_languages.php"
Full Path: /home/asmplong/www/ancien-site-2019/site/modules/mod_languages/mod_languages.php
File size: 773 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* @version $Id: mod_languages.php 21994 2011-08-22 05:17:04Z infograf768 $
* @package Joomla.Site
* @subpackage mod_languages
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// no direct access
defined('_JEXEC') or die;
// Include the syndicate functions only once
require_once dirname(__FILE__).'/helper.php';
$headerText = JString::trim($params->get('header_text'));
$footerText = JString::trim($params->get('footer_text'));
$list = modLanguagesHelper::getList($params);
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));
require JModuleHelper::getLayoutPath('mod_languages', $params->get('layout', 'default'));