diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-12 19:30:46 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-12 19:30:46 +0000 |
commit | 81476cb59354c7eaed278af1bfe479fc2cd5b717 (patch) | |
tree | 45ed5a989935e621247d17d72f4b89741ddb1bc8 | |
parent | 6bcef16e4254320b69cd694a73b92c50650d63a1 (diff) |
cosmetic : change page title form {PAGE_TITLE} to {GALLERY_TITLE}:{PAGE_TITLE} in template
git-svn-id: http://piwigo.org/svn/trunk@983 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 5515aef6b..1c77d706c 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -14,7 +14,7 @@ the "text/nonsense" prevents gecko 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> |