function text_resize_theme in Text Resize 7
Same name and namespace in other branches
- 8 text_resize.module \text_resize_theme()
- 6 text_resize.module \text_resize_theme()
Implements hook_theme().
File
- ./
text_resize.module, line 110 - Creates a small block with jQuery links that resize text within the BODY tag.
Code
function text_resize_theme() {
return array(
'text_resize_block' => array(),
);
}