<?php/** * @package Joomla.Administrator * @subpackage com_media * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;$input=JFactory::getApplication()->input;?><liclass="imgOutline thumbnail height-80 width-80 center"><ahref="index.php?option=com_media&view=imagesList&tmpl=component&folder=<?phpechorawurlencode($this->_tmp_folder->path_relative);?>&asset=<?phpecho$input->getCmd('asset');?>&author=<?phpecho$input->getCmd('author');?>"target="imageframe"><divclass="imgFolder"><spanclass="icon-folder-2"></span></div><divclass="small"><?phpechoJHtml::_('string.truncate',$this->escape($this->_tmp_folder->name),10,false);?></div></a></li>