Source for file view.html.php
Documentation is available at view.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
* HTML View class for the Cpanel component
* @package Joomla.Administrator
* Array of cpanel modules
* Execute and display a template script.
* @param string $tpl The name of the template file to parse; automatically searches through the template paths.
* @return mixed A string if successful, otherwise a Error object.
public function display($tpl =
null)
// Set toolbar items for the page
* Set the template - this will display cpanel.php
* from the selected admin template.
$input->set('tmpl', 'cpanel');
// Display the cpanel modules
// Load the RAD layer and count the number of post-installation messages
$messages_model =
FOFModel::getTmpInstance('Messages', 'PostinstallModel', array('input' =>
array('eid' =>
700)));
$messages =
$messages_model->getItemList();
$this->postinstall_message_count =
count($messages);
Documentation generated on Tue, 19 Nov 2013 15:17:15 +0100 by phpDocumentor 1.4.3