diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/template/header.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/mail/text/html/notification_by_mail.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/mail/text/plain/notification_by_mail.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index b83c54c8c..cbe3d8f02 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -17,7 +17,7 @@ {/if} {/if} -{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))} +{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))} <title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else} <title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if} <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico"> diff --git a/themes/default/template/mail/text/html/notification_by_mail.tpl b/themes/default/template/mail/text/html/notification_by_mail.tpl index 7a749fe8b..a5639417a 100644 --- a/themes/default/template/mail/text/html/notification_by_mail.tpl +++ b/themes/default/template/mail/text/html/notification_by_mail.tpl @@ -42,7 +42,7 @@ <br><hr> {'To unsubscribe'|@translate}{', click on '|@translate}<a href="{$UNSUBSCRIBE_LINK}">{$UNSUBSCRIBE_LINK}</a><br> {'To subscribe '|@translate}{', click on '|@translate}<a href="{$SUBSCRIBE_LINK}">{$SUBSCRIBE_LINK}</a><br> -{'If you encounter problems or have any question, please send a message to '|@translate}<a href="mailto:{$CONTACT_EMAIL}?subject={'[NBM] Problems or questions'|@translate}">{$CONTACT_EMAIL}</a><br> +{'If you encounter problems or have any question, please send a message to'|@translate} <a href="mailto:{$CONTACT_EMAIL}?subject={'[NBM] Problems or questions'|@translate}">{$CONTACT_EMAIL}</a><br> <hr><br> </p> {if not empty($recent_posts)} diff --git a/themes/default/template/mail/text/plain/notification_by_mail.tpl b/themes/default/template/mail/text/plain/notification_by_mail.tpl index be527da64..4c396ccf2 100644 --- a/themes/default/template/mail/text/plain/notification_by_mail.tpl +++ b/themes/default/template/mail/text/plain/notification_by_mail.tpl @@ -37,5 +37,5 @@ ______________________________________________________________________________ {'To unsubscribe'|@translate}{', click on '|@translate}{$UNSUBSCRIBE_LINK} {'To subscribe'|@translate}{', click on '|@translate}{$SUBSCRIBE_LINK} -{'If you encounter problems or have any question, please send a message to '|@translate}{$CONTACT_EMAIL} +{'If you encounter problems or have any question, please send a message to'|@translate} {$CONTACT_EMAIL} ______________________________________________________________________________ |