Fixed page references when Users menu is under Settings [2]

This commit is contained in:
bergware
2016-05-29 15:26:29 +02:00
parent b67cf2fa64
commit 29c921790f
+1 -1
View File
@@ -15,7 +15,7 @@ Title="Users"
?>
<?
$submenu = !empty($display['users']) && substr($display['users'],0,5)!='Tasks';
if ($submenu) $path = '/Settings/Users';
if ($submenu) $path = './Users';
?>
<?foreach ($users as $user):?>
<?$img = "/boot/config/plugins/dynamix/users/{$user['name']}.png"?>