You are here

constant HIGH_CONTRAST_CSS_PATH in High contrast 7

4 uses of HIGH_CONTRAST_CSS_PATH
high_contrast_init in ./high_contrast.module
Implements hook_init().
high_contrast_settings_form in ./high_contrast.module
Settings form.
_high_contrast_css_exists in ./high_contrast.module
Helper function to find out if the css/high_contrast.css exists.
_high_contrast_get_current_css_styles in ./high_contrast.module
Get default css styles if none exist yet.

File

./high_contrast.module, line 17
High Contrast main module file.

Code

define('HIGH_CONTRAST_CSS_PATH', 'css/high_contrast.css');