#################################################################################################
#
# project : phpBazar
# filename : contact.php
# last modified by : Erich Fuchs
# e-mail : office@smartisoft.com
# purpose : Contact Area
#
#################################################################################################
# Include Configs & Variables
#################################################################################################
require ("library.php");
# The Head-Section
#################################################################################################
include ($HEADER);
# The Menu-Section
#################################################################################################
#include ("menu.inc");
# The Left-Side-Section
#################################################################################################
$tmp_width = ($table_width+(2*$table_width_side)+10);
echo"
\n";
echo"\n";
echo"| \n";
include ("left.inc");
echo" | \n";
# The Main-Section
#################################################################################################
echo"\n";
echo" \n";
echo" \n";
echo" \n";
echo" \n";
echo" \n";
echo" | \n";
echo" Our Favourite Links \n";
echo" \n";
include ("$language_dir/links.inc");
echo" \n";
echo" | \n";
echo" \n";
echo" \n";
echo" | \n";
echo" \n";
echo" \n";
echo" | \n";
# The Right-Side-Section
#################################################################################################
echo"\n";
include ("right.inc");
echo" | \n";
echo"
\n";
echo"
\n";
# The Foot-Section
#################################################################################################
include ($FOOTER);
?>