micker / mod_flexiadmin

Module FLEXI admin
11 stars 4 forks source link

Is the stylesheet the wrong URL? #23

Closed iamrobert closed 7 years ago

iamrobert commented 8 years ago

$document->addStyleSheet("./modules/mod_flexiadmin/assets/css/style.css",'text/css',"screen");

should it be: $document->addStyleSheet("/modules/mod_flexiadmin/assets/css/style.css",'text/css',"screen");

same with sidebar

micker commented 8 years ago

i think i will prefer : $document->addStyleSheet(JUri::base(true)."/modules/mod_flexiadmin/assets/css/style.css",'text/css',"screen"); thanks for return i will commit