mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 07:34:22 +02:00
Admin Panel: Menus Manager - menus name are clickable now
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<?php foreach ($menus_list as $name => $menu): ?>
|
||||
<tr>
|
||||
<td>
|
||||
<?= $menu['title'] ?>
|
||||
<a href="<?= Http::getBaseUrl() ?>/admin/menus/edit?menu=<?= $name ?>"><?= $menu['title'] ?></a>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
|
Reference in New Issue
Block a user