backoffice/html/mailing/admin/footer.inc
2011-06-21 13:28:10 +00:00

58 lines
1.2 KiB
PHP

</div>
</td>
<td>
<div class="menutableright">
<?php
if (0) {#$_SESSION["sidebar_enabled"]) {
print "<!-- menu is in the sidebar -->";
} else {
print NewMenu();
}
?>
</div>
</td>
</tr>
<tr><td colspan="4">&nbsp;</td></tr>
<tr><td colspan="4">&nbsp;</td></tr>
</table>
<!--TOP TABLE ends-->
</td></tr>
<tr>
<td bgcolor="#000000" colspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>
</tr>
<tr>
<td bgcolor="#000000"><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>
<td bgcolor="#ff9900" class="bottom">&copy; <a href="http://tincan.co.uk" target="_tincan" class="urhere">tincan limited</a> | <span class="urhere"><?php echo NAME?> powered by </span><a class="urhere" href="http://www.phplist.com" target="_blank">phplist</a> - version <?=VERSION?></td>
<td bgcolor="#000000"><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>
</tr>
<tr>
<td bgcolor="#000000" colspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>
</tr>
<tr>
<td colspan=3><img height=3 alt="" src="images/transparent.png" width=1 border=0></td>
</tr>
<tr>
<td colspan=3>
&nbsp;
</td>
</tr>
</tbody>
</table>
</div>
</body></html>