From c206a73dd21bd16e8666396455b42936a6551992 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 16 Sep 2010 19:03:56 +0000 Subject: 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 --- themes/default/template/index.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/default/template/index.tpl') 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) } -
  • {'display all elements in all sub-categories'|@translate}
  • +
  • {'display all elements in all sub-albums'|@translate}
  • {/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) } -
    {'Category results for'|@translate} {$QUERY_SEARCH} : +
    {'Album results for'|@translate} {$QUERY_SEARCH} : {foreach from=$category_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} -- cgit v1.2.3