opensmtpdadmin/templates/footer.tpl

12 lines
349 B
Smarty
Raw Normal View History

2022-08-18 14:01:52 +02:00
<div id="footer">
<a href="https://git.high5.nl/opensmtpdadmin/">OpenSMTPD Admin <?php print $version; ?></a>
<?php
if (($CONF['show_footer_text'] == "YES") and ($CONF['footer_link'])) {
print "&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;";
print "<a href=\"" . $CONF['footer_link'] . "\">" . $CONF['footer_text'] . "</a>\n";
}
?>
</div>
</body>
</html>