blob: c7b10c02e1e035ecded6320fd9e0bd4525fb1130 [file] [log] [blame]
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" class="menu_border" height="1"></td>
</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="0" border="0" class="menu">
<tr>
<td class="menu_border" width="1"></td>
<?php
for($i = 0; $i < $Menu->getMenuItemCount() - 1; $i++) {
$MenuItem = $Menu->getMenuItemAt($i);
?>
<td>&#160;&#160;&#160;</td>
<td nowrap="true"><a class="menu_item" href="<?= $MenuItem->getURL() ?>" target="<?= $MenuItem->getTarget() ?>"><?= $MenuItem->getText() ?></a></td>
<td>&#160;&#160;&#160;</td>
<td class="menu_separator"><img src="/committers/images/spacer.gif" height="24" width="1" /></td>
<?php
}
$MenuItem = $Menu->getMenuItemAt($Menu->getMenuItemCount() - 1);
?>
<td width="100%"></td>
<td class="menu_separator"><img src="/committers/images/spacer.gif" height="24" width="1" /></td>
<td>&#160;&#160;&#160;</td>
<td nowrap="true"><a class="menu_item" href="<?= $MenuItem->getURL() ?>" target="<?= $MenuItem->getTarget() ?>"><?= $MenuItem->getText() ?></a></td>
<td>&#160;&#160;&#160;</td>
<td class="menu_border" width="1"></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" class="menu_border" height="1"></td>
</tr>
<tr>
<td width="100%" height="15"></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>