You are here

function _text_resize_line_height_min in Text Resize 6

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

File

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

Code

function _text_resize_line_height_min($value = NULL) {
  if (is_null($value)) {
    return _get_text_resize_line_height_min();
  }
  variable_set('text_resize_line_height_min', $value);
}