/administrator/components/com_media/views/medialist/tmpl/details_up.php
https://bitbucket.org/eternaware/joomus · PHP · 27 lines · 18 code · 2 blank · 7 comment · 1 complexity · 2c29722eb82432097c791df81683b109 MD5 · raw file
- <?php
- /**
- * @package Joomla.Administrator
- * @subpackage com_media
- *
- * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
- * @license GNU General Public License version 2 or later; see LICENSE.txt
- */
- defined('_JEXEC') or die;
- $user = JFactory::getUser();
- ?>
- <tr>
- <td class="imgTotal">
- <a href="index.php?option=com_media&view=mediaList&tmpl=component&folder=<?php echo $this->state->parent; ?>" target="folderframe">
- <i class="icon-arrow-up"></i></a>
- </td>
- <td class="description">
- <a href="index.php?option=com_media&view=mediaList&tmpl=component&folder=<?php echo $this->state->parent; ?>" target="folderframe">..</a>
- </td>
- <td> </td>
- <td> </td>
- <?php if ($user->authorise('core.delete', 'com_media')):?>
- <td> </td>
- <?php endif;?>
- </tr>