File Manager

Current Directory: /home/astoriaah/www/old15/administrator/components/com_media/layouts/toolbar
Viewing File: /home/astoriaah/www/old15/administrator/components/com_media/layouts/toolbar/newfolder.php
<?php /** * @package Joomla.Administrator * @subpackage com_media * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @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"> <i class="icon-folder" title="<?php echo $title; ?>"></i> <?php echo $title; ?> </button>