Mercurial > public > mercurial-scm > hg-stable
diff mercurial/templates/paper/changeset.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 | 4aef71839337 |
children | fe9d36a6853e |
line wrap: on
line diff
--- a/mercurial/templates/paper/changeset.tmpl Thu Jul 21 11:05:26 2011 +0200 +++ b/mercurial/templates/paper/changeset.tmpl Thu Jul 21 15:10:16 2011 +0200 @@ -6,7 +6,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>