<?
#################################################################################################
#
# project : phpBazar
# filename : frametop.php
# last modified by :
# e-mail : hide@address.com
# purpose :
#
#################################################################################################
# Include Configs & Variables
#################################################################################################
require_once ("library.php");
# The Head-Section
#################################################################################################
include("$HEADER");
echo "<base target=\"_top\">\n";
# The Menu-Section
#################################################################################################
include ("menu.inc.php");
# The Foot-Section
#################################################################################################
window_footer();
?>