<?
session_start();
$title = "$profusername's Profile";
include('templates/template.overall_header.php');
?>
<!-- general info-->
<div id="view_box">
</div>
<!-- end-->
<? include($basepath.'templates/template.overall_footer.php'); ?>