ezmlm-web/template/footer.cs
lars ee33aaf182 improve performance of specific file accesses (e.g. for check_interface_language) through caching
allow to reset "owner"
update language files
update packaging scripts
only build i386 debian package
clarified some copyright stuff
move URL of data files from /ezmlm-web-data/ to /ezmlm-web/ (debian policy)
add example config file for apache
fixed 'usr/local/' to 'usr/local/' patch for debian
moved "confirmation selection" from "easy" to "expert"
ezmlm-web version number for web interface footer is retrieved from the SPOT ezmlm-web.cgi
2007-08-07 22:48:40 +00:00

12 lines
291 B
C#

<div id="footer">
<a href="https://systemausfall.org/toolforge/ezmlm-web">ezmlm-web</a>
(v<?cs var:html_escape(Config.Version.ezmlm_web) ?>)
- <?cs var:html_escape(Lang.Misc.FooterText) ?>
<a href="http://www.ezmlm.org/" target="_blank">ezmlm</a>
<br />
</div>
</body>
</html>