You are here

function _get_text_resize_reset_button in Text Resize 6

2 calls to _get_text_resize_reset_button()
theme_text_resize_block in ./text_resize.module
_text_resize_reset_button in ./text_resize.module

File

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

Code

function _get_text_resize_reset_button() {
  $text_resize_reset_button = variable_get('text_resize_reset_button', FALSE);
  return $text_resize_reset_button;
}