2
0
forked from Wavyzz/dolibarr

Fix: Use correct style path

This commit is contained in:
Laurent Destailleur
2011-09-23 11:44:44 +00:00
parent f38005aea2
commit ce41d6de16

View File

@@ -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);