Your IP : 216.73.216.240
<?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.');
define('_JOOM_OPTION', 'com_joomgallery');
define('_JOOM_TABLE_IMAGE_DETAILS', '#__joomgallery_image_details');
define('_JOOM_TABLE_IMAGES', '#__joomgallery');
define('_JOOM_TABLE_CATEGORIES', '#__joomgallery_catg');
define('_JOOM_TABLE_CATEGORY_DETAILS', '#__joomgallery_category_details');
define('_JOOM_TABLE_COMMENTS', '#__joomgallery_comments');
define('_JOOM_TABLE_CONFIG', '#__joomgallery_config');
define('_JOOM_TABLE_COUNTSTOP', '#__joomgallery_countstop');
define('_JOOM_TABLE_MAINTENANCE', '#__joomgallery_maintenance');
define('_JOOM_TABLE_NAMESHIELDS', '#__joomgallery_nameshields');
define('_JOOM_TABLE_ORPHANS', '#__joomgallery_orphans');
define('_JOOM_TABLE_USERS', '#__joomgallery_users');
define('_JOOM_TABLE_VOTES', '#__joomgallery_votes');