END_OF_CONTACT;
}
public function display_close($show_contact = true) {
if ($show_contact) {
$this->display_contact();
}
echo <<
END_OF_CLOSE;
ob_flush();
}
}
class index extends cms {
public function display() {
$this->scripts = "";
$this->display_head();
$this->display_exhibits();
echo "
$author
"; echo <<