Your IP : 216.73.217.112


Current Path : /home/zieirix/www/administrator/components/com_gantry5/install/templates/
Upload File :
Current File : /home/zieirix/www/administrator/components/com_gantry5/install/templates/update.php

<?php
defined('_JEXEC') or die;
include __DIR__ . '/style.php';
?>

<div class="g5i">
    <h1>
        <span class="g5-title"><?php echo $name; ?> Updated</span>
        <span class="g5-info">v<?php echo $version; ?> / <?php echo $date; ?></span>
    </h1>

    <div class="g5-actions">
        <a href="<?php echo $edit_url; ?>" class="g5-button">Configure <?php echo $name; ?> <span class="g5-icon icon-chevron-right"></span></a>
    </div>

    <div class="g5-rockettheme">
        <a href="http://rockettheme.com"><span>RocketTheme</span></a>
    </div>
</div>