/***************************************************************************
* DATABASE APPLICATIONS
* All content of this script, and scritpts that communicate
* with it are all (C) Copyright 2007 by Simple Web Site Managment
*
* Anyone found copying/using code, graphics etc from this script
* without expressed written permision from Simple Web Site Managment
* will be liable to prosecution under EU Copyright law.
* Content Managment Systems vpapas@mail.gr
*
* WARNING: The scripts on all files in this Data Base operate under certain conditions
* unauthorized use or modification could damage your site and database structure
* Simple Web Site Managment IS NOT RESPONSIBLE FOR ANY DAMAGES CAUSED
* BY ANY ANAUTHORIZED USE OF THIS SCRIPT.
***************************************************************************/
if ( $website == 1) {
include "header.php";
} else if ( $website == 2) {
include "header2.php";
} else if ( $website == 3) {
include "header3.php";
} else if ( $website == 4) {
include "header4.php";
} else if ( $website == 5) {
include "header5.php";
} else {
include "header.php";
}
?>
include "footer.php";
?>