Your IP : 216.73.216.240
<?php
/**
* @package Joomla.Administrator
* @subpackage com_media
*
* @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
$title = JText::_('COM_MEDIA_CREATE_NEW_FOLDER');
?>
<button data-toggle="collapse" data-target="#collapseFolder" class="btn btn-small">
<span class="icon-folder" title="<?php echo $title; ?>"></span> <?php echo $title; ?>
</button>