Fix: Use correct style path
This commit is contained in:
parent
f38005aea2
commit
ce41d6de16
@ -43,7 +43,7 @@ $langs->load("cashdesk");
|
||||
header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
|
||||
$arrayofjs=array();
|
||||
$arrayofcss=array(DOL_URL_ROOT.'/cashdesk/css/style.css');
|
||||
$arrayofcss=array('/cashdesk/css/style.css');
|
||||
|
||||
top_htmlhead($head,$langs->trans("CashDesk"),0,0,$arrayofjs,$arrayofcss);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user