Browse Source

Update menu.tpl

pull/764/head
benchea dan 2 years ago
committed by GitHub
parent
commit
479aa49dbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      templates/menu.tpl

7
templates/menu.tpl

@ -138,6 +138,13 @@
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
{$PALANG.pAdminMenu_backup}</a></li>
{/if}
{* mail log *}
{if $CONF.mail_log==='YES'}
<li><a class="btn navbar-btn" type="button"
href="{#url_maillog#}">
<span class="glyphicon glyphicon-file " aria-hidden="true"></span>
Mail log</a></li>
{/if}
{* viewlog *}
{if $CONF.logging==='YES'}
<li><a class="btn navbar-btn" type="button"

Loading…
Cancel
Save