Source for file view.html.php
Documentation is available at view.html.php
* @package Joomla.Administrator
* @subpackage com_modules
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* HTML View class for the Modules component
* @package Joomla.Administrator
* @subpackage com_modules
public function display($tpl =
null)
$state =
$this->get('State');
$items =
$this->get('Items');
if (count($errors =
$this->get('Errors')))
* Add the page title and toolbar.
// Get the toolbar object instance
$bar =
JToolBar::getInstance('toolbar');
// Instantiate a new JLayoutFile instance and render the layout
$bar->appendButton('Custom', $layout->render(array()), 'new');
Documentation generated on Tue, 19 Nov 2013 15:17:42 +0100 by phpDocumentor 1.4.3