You are here

function _get_text_resize_line_height_allow in Text Resize 6

2 calls to _get_text_resize_line_height_allow()
text_resize_init in ./text_resize.module
Implementation of hook_init().
_text_resize_line_height_allow in ./text_resize.module

File

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

Code

function _get_text_resize_line_height_allow() {
  $text_resize_line_height_allow = variable_get('text_resize_line_height_allow', FALSE);
  return $text_resize_line_height_allow;
}