aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-01-17 23:53:47 +0000
committerplegall <plg@piwigo.org>2011-01-17 23:53:47 +0000
commit7ca4f8e06004740e3dc0c331629daeccc868defe (patch)
treeb2a062e1fd314829b2fe4f3247a321833a968685 /themes
parente123585dde33f8ec3be13e788eea6fc10041920f (diff)
feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/menubar_categories.tpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/default/template/menubar_categories.tpl b/themes/default/template/menubar_categories.tpl
index 216212212..6f3b8d310 100644
--- a/themes/default/template/menubar_categories.tpl
+++ b/themes/default/template/menubar_categories.tpl
@@ -28,12 +28,5 @@
{/foreach}
{'</li></ul>'|@str_repeat:$ref_level}
- {if isset($block->data.U_UPLOAD)}
- <ul>
- <li>
- <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
- </li>
- </ul>
- {/if}
<p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p>
</dd>