diff templates/gitweb/footer.tmpl @ 3478:2896ce093ec4

Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 21 Oct 2006 20:19:46 +0200
parents 36fa5db79dd5
children 46c5e1ee8aaa
line wrap: on
line diff
--- a/templates/gitweb/footer.tmpl	Thu Oct 19 16:15:01 2006 -0700
+++ b/templates/gitweb/footer.tmpl	Sat Oct 21 20:19:46 2006 +0200
@@ -1,6 +1,8 @@
 <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>