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 component configuration
* @package Joomla.Administrator
* @return string The rendered view.
$form =
$this->model->getForm();
$component =
$this->model->getComponent();
// Bind the form to the data.
if ($form &&
$component->params)
$form->bind($component->params);
$this->userIsSuperAdmin =
$user->authorise('core.admin');
* Add the page title and toolbar.
Documentation generated on Tue, 19 Nov 2013 15:04:49 +0100 by phpDocumentor 1.4.3