| Current Path : /var/www/html/mmishra/indem/website0312/usercp/ |
| Current File : /var/www/html/mmishra/indem/website0312/usercp/left.inc.php |
<table width="93%" border="0" align="center" cellpadding="0" cellspacing="0" class="border-white-top">
<?php
foreach($arrUserLeftBar as $key=>$value)
{?>
<?php if($value[1]=="#" || $value[4]=="heading")
{?>
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" class="nav-left"> </td>
<td valign="top" class="nav-bg"><a href="javascript:void(0);" class="nav" title="<?php echo $value[0] ?>" style="text-decoration:none;"><?php echo $value[0] ?></a> </td>
</tr>
</table></td>
</tr>
<?php }
else
{?>
<tr>
<td><table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td valign="top"><table width="90%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="bullet1"> </td>
<td valign="top" class="button-bg"><a href="<?php echo $SITE_PATH?><?php echo $value[1] ?>" class="sub-link" title="<?php echo $value[0] ?>"><?php echo $value[0] ?></a></td>
</tr>
<tr>
<td colspan="2" valign="top" class="height5"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr><?php }?>
<?php $i++; }?>
<tr>
<td class="height5a"></td>
</tr>
<tr>
<td> </td>
</tr>
</table>