diff --git a/htdocs/cashdesk/affIndex.php b/htdocs/cashdesk/affIndex.php index 5e146d28e23..2e6e1adf56a 100644 --- a/htdocs/cashdesk/affIndex.php +++ b/htdocs/cashdesk/affIndex.php @@ -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);