Jump to content

When Created Module Tab Can Also Create Icon


Recommended Posts

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>

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...