diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-12 19:31:29 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-12 19:31:29 +0000 |
commit | a4b2bcbb80d66966acaec63756f90a5c35d88b58 (patch) | |
tree | 9b075799bb75b4bf574eb6b1d0126f565bf735b5 /template/yoga | |
parent | 0df3668f85603b54d9be2e713356515c8f6c5a9a (diff) |
cosmetic : change page title form {PAGE_TITLE} to {GALLERY_TITLE}:{PAGE_TITLE} in template
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@984 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 5bead6cfc..c9a65beea 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -20,7 +20,7 @@ the "text/nonsense" prevents geko based browsers to load it --> <!-- BEGIN refresh --> <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}"> <!-- END refresh --> -<title>{PAGE_TITLE}</title> +<title>{GALLERY_TITLE}:{PAGE_TITLE}</title> <script type="text/javascript" src="include/scripts.js"></script> <!--[if gte IE 5.5000]> <script type="text/javascript" src="include/pngfix.js"></script> |