diff mercurial/templates/paper/fileannotate.tmpl @ 14913:44382887d012

hgweb: add a "web/logoimg" setting to customize the web logo image This change complements the existing web/logourl setting, and lets the user customize the logo image that is shown on many of the hg server pages. If this setting is not set, hglogo.png is used.
author Angel Ezquerra <angel.ezquerra@gmail.com>
date Thu, 21 Jul 2011 15:10:16 +0200
parents b24e5a708fad
children fe9d36a6853e
line wrap: on
line diff
--- a/mercurial/templates/paper/fileannotate.tmpl	Thu Jul 21 11:05:26 2011 +0200
+++ b/mercurial/templates/paper/fileannotate.tmpl	Thu Jul 21 15:10:16 2011 +0200
@@ -7,7 +7,7 @@
 <div class="menu">
 <div class="logo">
 <a href="{logourl}">
-<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
+<img src="{staticurl}{logoimg}" alt="mercurial" /></a>
 </div>
 <ul>
 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>