From e76ce87547faceb99e50996289313598a299dece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Ferry?= Date: Sat, 15 Mar 2014 15:42:19 +0100 Subject: [PATCH] Remove unused css --- htdocs/core/modules/modResource.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modResource.class.php b/htdocs/core/modules/modResource.class.php index 60361a2e61c..75f565a8bea 100644 --- a/htdocs/core/modules/modResource.class.php +++ b/htdocs/core/modules/modResource.class.php @@ -92,7 +92,7 @@ class modResource extends DolibarrModules // Set this to 1 if module has its own models directory //'models' => 0, // Set this to relative path of css if module has its own css file - 'css' => '/resource/css/resource.css.php', + //'css' => '/resource/css/resource.css.php', // Set here all hooks context managed by module 'hooks' => array('actioncard','actioncommdao','element_resource') // Set here all workflow context managed by module