urbannet Posted March 23, 2020 Share Posted March 23, 2020 Bonjour, Je voulais afficher un message calculé dans l'admin. J'ai surchargé AdminController, et exactement la méthode : public function initBreadcrumbs($tab_id = null, $tabs = null) { ...... si avant 12h $breadcrumbs2['action']['alert'] = "Bonjour"; else $breadcrumbs2['action']['alert'] = "Bonsoir"; et dans page_header_toolbar.tpl j'affiche {$breadcrumbs2.action.alert|escape} Le message s'affiche bien, mais après un petit temps le message ne s'affiche plus, même si j'actualise la page plusieurs fois. Pouvez vous m'aider svp. Merci infiniment 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