You are here

function textsize_page_build in Text Size 7

Implement hook_page_build()

File

./textsize.module, line 419
Display a text size changer on the page for a better web accessibility.

Code

function textsize_page_build() {
  textsize_print_html();
  textsize_print_js_css();
  drupal_add_library('system', 'jquery.cookie', TRUE);
}