Byrong Posted June 19, 2020 Share Posted June 19, 2020 Bonjour, j'aimerais supprimer le bouton aide dans l'administration. Mais je vous avoue que je debute sur la version 1.7 Pourriez-vous m'aider? Merci Link to comment Share on other sites More sharing options...
Byrong Posted June 19, 2020 Author Share Posted June 19, 2020 j''ai fait un override de l'admin controller et j'ai placé ceci public function initPageHeaderToolbar() { parent::initPageHeaderToolbar(); $this->context->smarty->clear_assign('help_link'); } mais cela n'a pas l'air de marcher... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now