From 78c8c54bf9b99b8831d64e7e47d68c1a259a5881 Mon Sep 17 00:00:00 2001 From: Zaphod Date: Fri, 20 Apr 2012 20:31:38 +0000 Subject: feature 2588: template harmonization All templates (tags, comments etc...) have now a "Home" link at the beginning of the page title (like index.tpl), instead of a home icon. git-svn-id: http://piwigo.org/svn/trunk@14240 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/about.tpl | 5 +---- themes/default/template/comments.tpl | 7 ++----- themes/default/template/identification.tpl | 7 ++----- themes/default/template/nbm.tpl | 7 ++----- themes/default/template/notification.tpl | 5 +---- themes/default/template/password.tpl | 7 +------ themes/default/template/profile.tpl | 7 ++----- themes/default/template/register.tpl | 7 ++----- themes/default/template/search.tpl | 5 +---- themes/default/template/tags.tpl | 5 +---- 10 files changed, 15 insertions(+), 47 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index f95713c13..f47c940e4 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -2,11 +2,8 @@
-

{'About'|@translate}

+

{'Home'|@translate}{$LEVEL_SEPARATOR}{'About'|@translate}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/comments.tpl b/themes/default/template/comments.tpl index 92c1cc2db..0ffef1fa9 100644 --- a/themes/default/template/comments.tpl +++ b/themes/default/template/comments.tpl @@ -3,11 +3,8 @@
-

{'User comments'|@translate}

+ +

{'Home'|@translate}{$LEVEL_SEPARATOR}{'User comments'|@translate}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl index 7f6d53091..d17e06fa9 100644 --- a/themes/default/template/identification.tpl +++ b/themes/default/template/identification.tpl @@ -3,11 +3,8 @@
-

{'Identification'|@translate}

+ +

{'Home'|@translate}{$LEVEL_SEPARATOR}{'Identification'|@translate}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/nbm.tpl b/themes/default/template/nbm.tpl index c586e9e46..312357b1a 100644 --- a/themes/default/template/nbm.tpl +++ b/themes/default/template/nbm.tpl @@ -2,11 +2,8 @@
-

{'Notification'|@translate}

+ +

{'Home'|@translate}{$LEVEL_SEPARATOR}{'Notification'|@translate}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 50cbd69ff..217f7ee15 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -8,11 +8,8 @@
-

{'Notification'|@translate}

+

{'Home'|@translate}{$LEVEL_SEPARATOR}{'Notification'|@translate}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl index eb78122e6..260830cdf 100644 --- a/themes/default/template/password.tpl +++ b/themes/default/template/password.tpl @@ -2,14 +2,9 @@
-

{$title}

+

{'Home'|@translate}{$LEVEL_SEPARATOR}{$title}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/profile.tpl b/themes/default/template/profile.tpl index d1d26a126..8c004f718 100644 --- a/themes/default/template/profile.tpl +++ b/themes/default/template/profile.tpl @@ -3,11 +3,8 @@
-

{'Profile'|@translate}

+ +

{'Home'|@translate}{$LEVEL_SEPARATOR}{'Profile'|@translate}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl index e1d25a2ad..09ed0d577 100644 --- a/themes/default/template/register.tpl +++ b/themes/default/template/register.tpl @@ -5,11 +5,8 @@
-

{'Registration'|@translate}

+ +

{'Home'|@translate}{$LEVEL_SEPARATOR}{'Registration'|@translate}

{include file='infos_errors.tpl'} diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 9c4e6450e..c27b33202 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -23,11 +23,8 @@
  •  {'Help'|@translate}
  • -
  • -  {'Home'|@translate} -
  • -

    {'Search'|@translate}

    +

    {'Home'|@translate}{$LEVEL_SEPARATOR}{'Search'|@translate}

    {include file='infos_errors.tpl'} diff --git a/themes/default/template/tags.tpl b/themes/default/template/tags.tpl index ca563e80f..2e47a3f83 100644 --- a/themes/default/template/tags.tpl +++ b/themes/default/template/tags.tpl @@ -13,11 +13,8 @@  {'letters'|@translate} {/if} -
  • -  {'Home'|@translate} -
  • -

    {'Tags'|@translate}

    +

    {'Home'|@translate}{$LEVEL_SEPARATOR}{'Tags'|@translate}

    {include file='infos_errors.tpl'} -- cgit v1.2.3