From 08318d1b80ce95c43d5daff16fb8f4eab608705c Mon Sep 17 00:00:00 2001 From: Gotcha Date: Fri, 12 Aug 2011 16:44:53 +0000 Subject: Merge r11937 from br2.2 to trunk bug:2399 git-svn-id: http://piwigo.org/svn/trunk@11938 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/index.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'themes/default/template/index.tpl') diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index d320f4d7b..3c6913c89 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -14,48 +14,48 @@ {/if} {if isset($favorite)}
  • - {'delete all photos from your favorites'|@translate} +  {'delete all photos from your favorites'|@translate}
  • {/if} {if isset($U_CADDIE)}
  • - {'caddie'|@translate} +  {'caddie'|@translate}
  • {/if} {if isset($U_EDIT)}
  • - {'edit'|@translate} +  {'edit'|@translate}
  • {/if} {if isset($U_SEARCH_RULES)} {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
  • - (?) +  (?)
  • {/if} {if isset($U_SLIDESHOW)}
  • {strip} - {'slideshow'|@translate} +  {'slideshow'|@translate} {/strip}
  • {/if} {if isset($U_MODE_FLAT)}
  • {strip} - {'display all photos in all sub-albums'|@translate} +  {'display all photos in all sub-albums'|@translate} {/strip}
  • {/if} {if isset($U_MODE_NORMAL)}
  • {strip} - {'return to normal view mode'|@translate} +  {'return to normal view mode'|@translate} {/strip}
  • {/if} {if isset($U_MODE_POSTED)}
  • {strip} - {'Calendar'|@translate} +  {'Calendar'|@translate} {/strip}
  • {/if} {if isset($U_MODE_CREATED)}
  • {strip} - {'Calendar'|@translate} +  {'Calendar'|@translate} {/strip}
  • {/if} {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} -- cgit v1.2.3