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 Media component
* @package Joomla.Administrator
public function display($tpl =
null)
JHtml::_('stylesheet', 'media/popup-imagelist.css', array(), true);
JHtml::_('stylesheet', 'media/popup-imagelist_rtl.css', array(), true);
$document->addScriptDeclaration("var ImageManager = window.parent.ImageManager;");
$images =
$this->get('images');
$folders =
$this->get('folders');
$state =
$this->get('state');
$this->images =
&$images;
$this->folders =
&$folders;
if (isset
($this->folders[$index]))
$this->_tmp_folder =
&$this->folders[$index];
if (isset
($this->images[$index]))
$this->_tmp_img =
&$this->images[$index];
Documentation generated on Tue, 19 Nov 2013 15:18:07 +0100 by phpDocumentor 1.4.3