Source for file html.php
Documentation is available at html.php
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* View for the global configuration
* @package Joomla.Administrator
* Method to display the view.
* @return string The rendered view.
$form =
$this->model->getForm();
$data =
$this->model->getData();
// Get the params for com_users.
// Get the params for com_media.
// Load settings for the FTP layer.
$this->usersParams =
&$usersParams;
$this->mediaParams =
&$mediaParams;
$this->userIsSuperAdmin =
$user->authorise('core.admin');
* Add the page title and toolbar.
Documentation generated on Tue, 19 Nov 2013 15:04:45 +0100 by phpDocumentor 1.4.3