dolibarr 21.0.0-alpha
|
File to declare variables of CSS style sheet. 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.