Jump to content

modifier lien css


Recommended Posts

Dans ton fichier .tpl et bien faire l'appel dans le href

exemple ton architecture du module :

/module/monModule/

Dans /monModule

tu as ton mon.tpl et ton mon.css


alors tu mettra au debut de mon.tpl
<link rel=“stylesheet” type=“text/css” href=“mon.css” />

si tu as un dossier css dans ton module
<link rel=“stylesheet” type=“text/css” href=“cc/mon.css” />

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