<?php /* Smarty version 2.6.2, created on 2012-04-01 15:49:15
         compiled from accmain.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<div id="left-col"><div id="nav">
<ul><li><a name="member">Member Area</li></ul>
</div>
<div id="content">
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td><div class="list_side">
<p>Hello <b><?php echo $this->_tpl_vars['userinfo']['username']; ?>
</b> Welcome back! </p>
</div></td></tr></table>
</div>
<div id="footer"></div> 
</div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>