Mercurial > p > roundup > code
diff templates/minimal/html/home.html @ 2445:f965504aa5d9
tracker name added to the page title
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Jun 2004 09:40:24 +0000 |
| parents | e323c2d54a17 |
| children | 54a0869b92e4 |
line wrap: on
line diff
--- a/templates/minimal/html/home.html Fri Jun 11 09:38:38 2004 +0000 +++ b/templates/minimal/html/home.html Fri Jun 11 09:40:24 2004 +0000 @@ -1,5 +1,6 @@ <tal:block metal:use-macro="templates/page/macros/icing"> -<title metal:fill-slot="head_title" i18n:translate="">Tracker home</title> +<title metal:fill-slot="head_title" i18n:translate="">Tracker home - <span + i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title> <span metal:fill-slot="body_title" tal:omit-tag="python:1" i18n:translate="">Tracker home</span> <td class="content" metal:fill-slot="content">
