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::_('behavior.framework', true);
JHtml::_('script', 'media/popup-imagemanager.js', true, true);
JHtml::_('stylesheet', 'media/popup-imagemanager.css', array(), true);
JHtml::_('stylesheet', 'media/popup-imagemanager_rtl.css', array(), true);
* Display form for FTP credentials?
* Don't set them here, as there are other functions called before this one if there is any file write operation
$this->state =
$this->get('state');
$this->folderList =
$this->get('folderList');
$this->require_ftp =
$ftp;
Documentation generated on Tue, 19 Nov 2013 15:18:08 +0100 by phpDocumentor 1.4.3