diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
commit | 8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch) | |
tree | 279156046f1eeb96c5f5d0db2069a3c85f376be3 /themes/default/template/index.tpl | |
parent | 2da15bed331842ee21d33128bd74cdc960eb9993 (diff) |
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/index.tpl')
-rw-r--r-- | themes/default/template/index.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index c53ec44d3..2dff46611 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -41,8 +41,8 @@ </a></li> {/if} {if isset($U_MODE_FLAT)} - <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-albums'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> - <span class="pwg-icon pwg-icon-category-view-flat"> </span><span class="pwg-button-text">{'display all elements in all sub-albums'|@translate}</span> + <li><a href="{$U_MODE_FLAT}" title="{'display all photos in all sub-albums'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> + <span class="pwg-icon pwg-icon-category-view-flat"> </span><span class="pwg-button-text">{'display all photos in all sub-albums'|@translate}</span> </a></li> {/if} {if isset($U_MODE_NORMAL)} |