b0y-101 Mini Shell


Current Path : E:/www/km/06/templates/simple_v1/warp/systems/joomla/layouts/com_config/templates/
File Upload :
Current File : E:/www/km/06/templates/simple_v1/warp/systems/joomla/layouts/com_config/templates/default.php

<?php
/**
* @package   Warp Theme Framework
* @author    YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

defined('_JEXEC') or die;

$id   = \JFactory::getApplication()->getTemplate('template')->id;
$link = \JUri::root() . 'administrator/index.php?option=com_templates&view=style&layout=edit&id=' . $id;

?>

<script>
    window.location.href = "<?php echo $link ?>"
</script>

<noscript>
    <a href="<?php echo $link ?>" class="uk-button"><?php JText::_('JADMINISTRATOR'); ?></a>
</noscript>

Copyright © 2019 by b0y-101