dolibarr  13.0.2
Variables
theme_vars.inc.php File Reference

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.

Variables

 $colorblind_deuteranopes_badgeSuccess_textColor7 = '#000'
 text color black
 
 $colorblind_deuteranopes_badgeStatus_textColor4 = $colorblind_deuteranopes_badgeStatus_textColor7 = '#000'
 text color black
 

Detailed Description

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.