Logs to main menu
This commit is contained in:
parent
a6cb51f2f5
commit
7f42d49634
@ -23,9 +23,6 @@
|
||||
],
|
||||
];
|
||||
foreach ( $menuItems as $key => $value) {
|
||||
if ($DEBUGMOD == 0 && $value['path'] == 'log') {
|
||||
continue;
|
||||
}
|
||||
?>
|
||||
<div class="nav-item <?php echo ($ITEM == $value ? 'is-active' : ''); ?>">
|
||||
<a href="<?php echo $value['path']?>">
|
||||
|
Loading…
Reference in New Issue
Block a user