/***************************************************************************
* GPLdate - Dating and Community Script
* -------------------
*
* GPLdate is a free, community supported, bug fixed, and enhanced branch of BoonEx Dolphin 5.3 GPL
*
* Begin : Mon Oct 17 2006
* Copyright : (C) 2006 GPLdate
* GPLdate Website : http://www.gpldate.com
*
* For GPLdate support, use the GPLdate contacts above.
* BoonEx does not support GPLdate.
*
* GPLdate is a project of ModMySite
*
* ModMySite Website : http://www.modmysite.com
*
*
* This file is part of GPLdate - Dating and Community Script
*
* GPLdate is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or any later version.
*
* GPLdate is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along with GPLdate,
* see license.txt file; if not, write to support@gpldate.com
***************************************************************************/
/***************************************************************************
* Dolphin Smart Community Builder
* -------------------
* begin : Mon Mar 23 2006
* copyright : (C) 2006 BoonEx Group
* website : http://www.boonex.com
* This file is part of Dolphin - Smart Community Builder
*
* Dolphin is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the
* License, or any later version.
*
* Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along with Dolphin,
* see license.txt file; if not, write to marketing@boonex.com
***************************************************************************/
if ( !file_exists( "inc/header.inc.php" ) )
{
// this is dynamic page - send headers to do not cache this page
$now = gmdate('D, d M Y H:i:s') . ' GMT';
header("Expires: $now");
header("Last-Modified: $now");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
echo "It seems to be script is not installed.
\n";
if ( file_exists( "install/index.php" ) )
{
echo "Please, wait. Redirecting you to installation form...
\n";
echo "\n";
}
exit();
}
require_once( "inc/header.inc.php" );
require_once( "{$dir['inc']}design.inc.php" );
include( "{$dir['root']}templates/tmpl_{$tmpl}/scripts/index.php" );
?>