aquahuang Posted January 11, 2016 Share Posted January 11, 2016 when i develop new module for new task, create new Tab on menu, could also create icon before tab name (ex: icon-AdminTools:before,#content .process-icon-cogs:before{content:""} very thanks for reply... Link to comment Share on other sites More sharing options...
roja45 Posted January 11, 2016 Share Posted January 11, 2016 Hi, Yep. Hook into displayBackOfficeHeader and load a template (or css I guess) public function hookDisplayBackOfficeHeader($params) { return $this->display(__FILE__, 'views/templates/admin/boheader.tpl'); } boheader.tpl <style> .icon-AdminTools:before{ content: "\f111"; }</style> 1 Link to comment Share on other sites More sharing options...
aquahuang Posted January 12, 2016 Author Share Posted January 12, 2016 Hi ROJA45 It works !! convenient and logistic thanks && regards, aqua 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