Your IP : 216.73.216.240


Current Path : /home/juvelize/www/administrator/components/com_joomgallery/views/configs/tmpl/
Upload File :
Current File : /home/juvelize/www/administrator/components/com_joomgallery/views/configs/tmpl/default_info.php

<?php
/****************************************************************************************\
**   JoomGallery 3                                                                      **
**   By: JoomGallery::ProjectTeam                                                       **
**   Copyright (C) 2008 - 2021  JoomGallery::ProjectTeam                                **
**   Based on: JoomGallery 1.0.0 by JoomGallery::ProjectTeam                            **
**   Released under GNU GPL Public License                                              **
**   License: http://www.gnu.org/copyleft/gpl.html or have a look                       **
**   at administrator/components/com_joomgallery/LICENSE.TXT                            **
\****************************************************************************************/

defined('_JEXEC') or die('Direct Access to this location is not allowed.'); ?>

<div class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" id="jg-info-popup">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
    <h3 id="myModalLabel"><?php echo JText::_('COM_JOOMGALLERY_CONFIGS_WELCOME'); ?></h3>
  </div>
  <div class="modal-body">
    <div class="jg-configs-introduction alert alert-info"><?php echo JText::_('COM_JOOMGALLERY_CONFIGS_INTRODUCTION_INTRO'); ?></div>
    <div><?php echo JText::_('COM_JOOMGALLERY_CONFIGS_INTRODUCTION'); ?></div>
  </div>
  <div class="modal-footer">
    <button class="btn btn-primary" data-dismiss="modal" aria-hidden="true"><?php echo JText::_('COM_JOOMGALLERY_CONFIGS_OK'); ?></button>
  </div>
</div>