session_start();
require_once("../url_functions.php");
require_once("../db_functions.php");
require_once("../session_functions.php");
require_once("group_functions.php");
// Σύνδεση με τη Β.Δ.
if (!connecttodb($db))
{
echo "Παρουσιάστηκε πρόβλημα στην σύνδεση με τη βάση δεδομένων. Δοκιμάστε αργότερα. ";
exit;
}
?>
//include (".php");
//include (".php");
//include (".php");
exit;
include ("head_first_logo.php");
include ("header_menu.php");
if (exist_order())
{
?>
}
include ("open_main_table_contents.php");
include ("left_table.php");
include ("home_main.php");
include ("close_right_table.php");
include ("close_main_table_contents.php");
include ("second_row_images.php");
//include ("header_menu.php");
include ("footer.php");
?>