You are here

function text_resize_theme in Text Resize 6

Same name and namespace in other branches
  1. 8 text_resize.module \text_resize_theme()
  2. 7 text_resize.module \text_resize_theme()

Implementation of hook_theme().

File

./text_resize.module, line 211
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(),
  );
}