|
dolibarr
13.0.2
|
File to declare variables of CSS style sheetTo include file, do this: $var_file = DOL_DOCUMENT_ROOT. More...
Go to the source code of this file.
File to declare variables of CSS style sheet
To include file, do this: $var_file = DOL_DOCUMENT_ROOT.
'/theme/'.$conf->theme.'/theme_vars.inc.php'; if (is_readable($var_file)) include $var_file;
Definition in file theme_vars.inc.php.