Jump to content

How can i include a css file in module


Recommended Posts

Hi

 

I am creating a prestashop module. In this module i am using a css file like css/style.css

 

in the modulename.php file i am using the following code.

 

public function hookDisplayBackOfficeHeader()
    {
        $this->context->controller->addCSS(($this->_path) . 'css/style.css', 'all');
    }
 
I am using this styles in tpl file
 
 
 
But its not working....
Link to comment
Share on other sites

×
×
  • Create New...