Update sidebar.php

This commit is contained in:
SamBrishes 2019-03-28 21:37:50 +01:00
parent 2f63e920b0
commit 2ef0c95cae
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,10 @@
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'about' ?>"><?php $L->p('About') ?></a>
</li>
<?php endif; ?>
<?php if (checkRole(array('admin', 'editor'),false)): ?>
<?php
if (!empty($plugins['adminSidebar'])) {
echo '<li class="nav-item"><hr></li>';
@ -68,6 +72,7 @@
}
}
?>
<?php endif; ?>
<li class="nav-item mt-5">