?
Path : /home/admin/public_html/old/administrator/components/com_joomgallery/includes/ |
Current File : /home/admin/public_html/old/administrator/components/com_joomgallery/includes/defines.php |
<?php // $HeadURL: https://joomgallery.org/svn/joomgallery/JG-1.5/JG/trunk/administrator/components/com_joomgallery/includes/defines.php $ // $Id: defines.php 3092 2011-05-20 09:56:58Z aha $ /****************************************************************************************\ ** JoomGallery 1.5.7 ** ** By: JoomGallery::ProjectTeam ** ** Copyright (C) 2008 - 2011 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_IMAGES', '#__joomgallery'); define('_JOOM_TABLE_CATEGORIES', '#__joomgallery_catg'); 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');