Mercurial > p > roundup > code
diff templates/classic/html/file.item.html @ 2439:3551fbf8cf29
tracker name added to the page title
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Jun 2004 09:12:48 +0000 |
| parents | c2908812624a |
| children | c26f2ba69c78 |
line wrap: on
line diff
--- a/templates/classic/html/file.item.html Thu Jun 10 06:54:46 2004 +0000 +++ b/templates/classic/html/file.item.html Fri Jun 11 09:12:48 2004 +0000 @@ -1,5 +1,6 @@ <tal:block metal:use-macro="templates/page/macros/icing"> -<title metal:fill-slot="head_title" i18n:translate="">File display</title> +<title metal:fill-slot="head_title" i18n:translate="">File display - <span + i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title> <span metal:fill-slot="body_title" tal:omit-tag="python:1" i18n:translate="">File display</span>
