AAAAview.html.php 0000666 00000002720 15140264166 0007204 0 ustar 00 isRTL()) :
JHtml::_('stylesheet', 'media/popup-imagelist_rtl.css', array(), true);
endif;
$document = JFactory::getDocument();
$document->addScriptDeclaration("var ImageManager = window.parent.ImageManager;");
$images = $this->get('images');
$folders = $this->get('folders');
$state = $this->get('state');
$this->baseURL = COM_MEDIA_BASEURL;
$this->assignRef('images', $images);
$this->assignRef('folders', $folders);
$this->assignRef('state', $state);
parent::display($tpl);
}
function setFolder($index = 0)
{
if (isset($this->folders[$index])) {
$this->_tmp_folder = &$this->folders[$index];
} else {
$this->_tmp_folder = new JObject;
}
}
function setImage($index = 0)
{
if (isset($this->images[$index])) {
$this->_tmp_img = &$this->images[$index];
} else {
$this->_tmp_img = new JObject;
}
}
}
.htaccess 0000666 00000000177 15140264166 0006360 0 ustar 00
Order allow,deny
Deny from all