addon -> plugin
This commit is contained in:
parent
29aaf0c346
commit
2638a58aac
@ -58,7 +58,7 @@ class common {
|
|||||||
'theme',
|
'theme',
|
||||||
'user',
|
'user',
|
||||||
'translate',
|
'translate',
|
||||||
'addon'
|
'plugin'
|
||||||
];
|
];
|
||||||
public static $accessList = [
|
public static $accessList = [
|
||||||
'user',
|
'user',
|
||||||
@ -2036,7 +2036,7 @@ class common {
|
|||||||
}
|
}
|
||||||
if($this->getUser('group') >= self::GROUP_ADMIN) {
|
if($this->getUser('group') >= self::GROUP_ADMIN) {
|
||||||
$rightItems .= '<li><a href="' . helper::baseUrl() . 'theme" data-tippy-content="Personnaliser les thèmes">' . template::ico('brush') . '</a></li>';
|
$rightItems .= '<li><a href="' . helper::baseUrl() . 'theme" data-tippy-content="Personnaliser les thèmes">' . template::ico('brush') . '</a></li>';
|
||||||
$rightItems .= '<li><a href="' . helper::baseUrl() . 'addon" data-tippy-content="Gérer les modules">' . template::ico('puzzle') . '</a></li>';
|
$rightItems .= '<li><a href="' . helper::baseUrl() . 'plugin" data-tippy-content="Gérer les modules">' . template::ico('puzzle') . '</a></li>';
|
||||||
if ($this->getData(['config', 'i18n', 'enable']) === true) {
|
if ($this->getData(['config', 'i18n', 'enable']) === true) {
|
||||||
$rightItems .= '<li><a href="' . helper::baseUrl() . 'translate" data-tippy-content="Gestion des langues">' . template::ico('flag') . '</a></li>';
|
$rightItems .= '<li><a href="' . helper::baseUrl() . 'translate" data-tippy-content="Gestion des langues">' . template::ico('flag') . '</a></li>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user