You are here

function _text_resize_reset_button in Text Resize 6

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

File

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

Code

function _text_resize_reset_button($value = NULL) {
  if (is_null($value)) {
    return _get_text_resize_reset_button();
  }
  variable_set('text_resize_reset_button', $value);
}