Simplification aide bar

This commit is contained in:
Fred Tempez 2023-03-11 18:55:28 +01:00
parent 1c954b0e9e
commit 9e33266c95
1 changed files with 2 additions and 2 deletions

View File

@ -962,7 +962,7 @@ class layout extends common
$rightItems = '';
if ($this->getUser('group') >= self::GROUP_MODERATOR) {
$rightItems .= '<li>' . template::ico('folder', [
'help' => 'Gestion des fichiers',
'help' => 'Fichiers',
'href' => helper::baseUrl(false) . 'core/vendor/filemanager/dialog.php?type=0&akey=' . md5_file(self::DATA_DIR . 'core.json') . '&lang=' . $this->getData(['user', $this->getUser('id'), 'language']),
'attr' => 'data-lity'
]) . '</li>';
@ -973,7 +973,7 @@ class layout extends common
'href' => helper::baseUrl() . 'theme'
]) . '</li>';
$rightItems .= '<li>' . template::ico('puzzle', [
'help' => 'Gestion des modules',
'help' => 'Modules',
'href' => helper::baseUrl() . 'plugin'
]) . '</li>';
$rightItems .= '<li>' . template::ico('flag', [