You are here

function _high_contrast_variable_get in High contrast 6

Same name and namespace in other branches
  1. 7 high_contrast.module \_high_contrast_variable_get()
3 calls to _high_contrast_variable_get()
high_contrast_settings_form in ./high_contrast.module
Settings form
theme_high_contrast_switcher_links in ./high_contrast.module
_high_contrast_get_current_css_styles in ./high_contrast.module

File

./high_contrast.module, line 239

Code

function _high_contrast_variable_get($var) {
  return variable_get($var, "");
}