From ce41d6de16d0ca29ff1f60331f05d98dfeff31e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 23 Sep 2011 11:44:44 +0000 Subject: [PATCH] Fix: Use correct style path --- htdocs/cashdesk/affIndex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);