<!--
/**
*
* @project: newsletter
* @file: menu.htm
* @version: 1.0
* @author: Konstantin Atanasovcharset
*
*/
-->
<TR><TD colspan=2>
<TABLE align='left' width=100%>
<TR><TD > </TD></TR>
<TR><TD class=tb style='border-bottom:1px solid lightgray'>
<?php
if (isset($_SESSION['user'])) { ?>
<A href='admin.php?cmd=users_list' class=link>users list </A>
<SPAN class=sep> | </SPAN>
<A href='admin.php?cmd=wet'> email templates </A>
<SPAN class=sep> | </SPAN>
<A href='admin.php?cmd=postnews'> post article </A>
<SPAN class=sep> | </SPAN>
<A href='admin.php?cmd=artlist'> articles list </A>
<SPAN class=sep> | </SPAN>
<A href='admin.php?cmd=logout'>logout</A>
<SPAN class=sep> | </SPAN>
<?php } ?>
</TD>
</TR>
</TABLE>
</TD></TR>