diff options
-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> |