function _text_resize_scope in Text Resize 6
1 call to _text_resize_scope()
- _text_resize_admin_settings in ./
text_resize.module - Builder function for admin settings form.
File
- ./
text_resize.module, line 85 - Creates a small block with jQuery links that resize text within the BODY tag.
Code
function _text_resize_scope($value = NULL) {
if (is_null($value)) {
return _get_text_resize_scope();
}
variable_set('text_resize_scope', $value);
}