aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/admin.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-10-09 20:34:35 +0200
committerplegall <plg@piwigo.org>2015-10-09 20:34:35 +0200
commit11ccdff58523d10ccc970b879c5de01e7ec40ee2 (patch)
tree93bb4b59fd1c70980645422bc24cc2cc1cb46027 /admin/themes/default/template/admin.tpl
parent4bf7792c779ee2312de59366afb38f666d49ce46 (diff)
parent474942e62d283e392262082a0f544c8b30b17c4c (diff)
Merge branch 'feature/357-orphans'
Diffstat (limited to 'admin/themes/default/template/admin.tpl')
-rw-r--r--admin/themes/default/template/admin.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl
index 67e0832bb..318075406 100644
--- a/admin/themes/default/template/admin.tpl
+++ b/admin/themes/default/template/admin.tpl
@@ -42,6 +42,9 @@ $('#menubar').lightAccordion({
{if $NB_PHOTOS_IN_CADDIE > 0}
<li><a href="{$U_CADDIE}"><i class="icon-flag"></i>{'Caddie'|@translate}<span class="adminMenubarCounter">{$NB_PHOTOS_IN_CADDIE}</span></a></li>
{/if}
+{if $NB_ORPHANS > 0}
+ <li><a href="{$U_ORPHANS}"><i class="icon-heart-broken"></i>{'Orphans'|@translate}<span class="adminMenubarCounter">{$NB_ORPHANS}</span></a></li>
+{/if}
</ul>
</dd>
</dl>