Jump to content

Files js e css non vengono importati


Recommended Posts

Ciao Tutti,

ho creato un modulo molto semplice per un cliente. Ho scaricato tutto il sito in locale ed ho iniziato a sviluppare. Finito e testato il tutto in locale ho installato il modulo sul sito on line. Purtroppo però ho notato che i files css e js definiti nella funzione 

public function hookHeader($params)
	{
		$this->context->controller->addCSS($this->_path.'XXXX.css', 'all');
		$this->context->controller->addJS($this->_path.'YYYY.js');
		
		$this->context->controller->addJqueryUI('ui.dialog');
		return $this->display(__FILE__, 'template.tpl');
	}

non vengono importati. Premetto che il sito è stato interamente copiato in locale. Ho provato a svuotare la cache di smarty ma nulla. ho provato a disinstallare e installare nuovamente il modulo ma nulla.

Quale potrebbe  essere il problema?

 

grazie mille

 

 

 

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...