Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/cart/
Upload File :
Current File : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/cart/empty.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\Language\Text;
defined('_JEXEC') or die('Restricted access');
?>

<div class="eventgallery-emptycart">
    <h2><?php echo Text::_('COM_EVENTGALLERY_CART') ?></h2>
    <?php echo Text::_('COM_EVENTGALLERY_CART_EMPTY') ?>
</div>

<?php echo $this->loadSnippet('footer_disclaimer'); ?>