Source for file view.html.php
Documentation is available at view.html.php
* @subpackage com_weblinks
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Content categories view.
* @subpackage com_weblinks
* @var string Default title to use for page title
* @var string The name of the extension for the category
* @var string The name of the view to link individual items to
* 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)
$state =
$this->get('State');
$items =
$this->get('Items');
$parent =
$this->get('Parent');
if (count($errors =
$this->get('Errors')))
$params =
&$state->params;
$items =
array($parent->id =>
$items);
// Escape strings for HTML output
$this->maxLevelcat =
$params->get('maxLevelcat', -
1);
$this->params =
&$params;
$this->parent =
&$parent;
Documentation generated on Tue, 19 Nov 2013 15:17:00 +0100 by phpDocumentor 1.4.3