You are here

function _text_resize_line_height_allow in Text Resize 6

1 call to _text_resize_line_height_allow()
_text_resize_admin_settings in ./text_resize.module
Builder function for admin settings form.

File

./text_resize.module, line 137
Creates a small block with jQuery links that resize text within the BODY tag.

Code

function _text_resize_line_height_allow($value = NULL) {
  if (is_null($value)) {
    return _get_text_resize_line_height_allow();
  }
  variable_set('text_resize_line_height_allow', $value);
}