diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
commit | c206a73dd21bd16e8666396455b42936a6551992 (patch) | |
tree | 678fb9b59dde4c7a1623d538044f91123d4fa2c5 /themes/default/template/index.tpl | |
parent | c4bb9c71dd3ca0cb3366623896d867903ce0c531 (diff) |
feature 1616: rename "category" into "album" (first commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6951 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 febc64abb..5db0b6e3c 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -35,7 +35,7 @@ {/if} {if isset($U_MODE_FLAT) } - <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-categories'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-categories'|@translate}"></a></li> + <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-albums'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-albums'|@translate}"></a></li> {/if} {if isset($U_MODE_NORMAL) } @@ -74,7 +74,7 @@ {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results) } -<div style="font-size:16px;margin:10px 16px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : +<div style="font-size:16px;margin:10px 16px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$category_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} |