Source for file view.html.php
Documentation is available at view.html.php
* @package Joomla.Administrator
* @subpackage com_languages
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Displays a list of the installed languages.
* @package Joomla.Administrator
* @subpackage com_languages
* @var object client object
* @var boolean|JExeptionTrue, if FTP settings should be shown, or an exeption
* @var string option name
* @var object pagination information
* @var array languages information
* @var object user object
public function display($tpl =
null)
$this->ftp =
$this->get('Ftp');
$this->state =
$this->get('State');
$client = (int)
$this->state->get('filter.client_id', 0);
* Add the page title and toolbar.
require_once JPATH_COMPONENT.
'/helpers/languages.php';
if ($canDo->get('core.edit.state'))
if ($canDo->get('core.admin'))
// Add install languages link to the lang installer component
$bar->appendButton('Link', 'upload', 'COM_LANGUAGES_INSTALL', 'index.php?option=com_installer&view=languages');
Documentation generated on Tue, 19 Nov 2013 15:17:58 +0100 by phpDocumentor 1.4.3