Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/order/
Upload File :
Current File : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/order/default.php

<?php
/**
 * @package     Sven.Bluege
 * @subpackage  com_eventgallery
 *
 * @copyright   Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
use Joomla\CMS\Router\Route;
defined('_JEXEC') or die('Restricted access');
?>
<div class="eventgallery-order">
    <div class="btn-toolbar">
        <a class="btn back-to-list" href="<?php echo  Route::_('index.php?option=com_eventgallery&view=orders')?>"><?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_ORDER_BACK')?></a>
    </div>
    <div class="eventgallery-checkout">
        <?php $this->set('lineitemcontainer', $this->item); echo $this->loadSnippet('order/status') ?>
        <?php $this->set('lineitemcontainer', $this->item); echo $this->loadSnippet('order/summary') ?>
    </div>
    <div class="btn-toolbar">
    <a class="btn back-to-list" href="<?php echo  Route::_('index.php?option=com_eventgallery&view=orders')?>"><?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_ORDER_BACK')?></a>
    </div>
</div>