templates/gitweb/footer.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 21 Oct 2006 20:19:46 +0200
changeset 3473 2896ce093ec4
parent 3270 36fa5db79dd5
child 5266 46c5e1ee8aaa
permissions -rw-r--r--
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.

<div class="page_footer">
<div class="page_footer_text">#repo|escape#</div>
<a class="rss_logo" href="#url#rss-log">RSS</a>
<br />
#motd#
</div>
</body>
</html>