You are here

function pagestyle_page_build in Page Style 7

Implement hook_page_build().

File

./pagestyle.module, line 456
Display a style changer on the page and in the browser menu for a better web accessibility.

Code

function pagestyle_page_build() {
  pagestyle_print_html();
  pagestyle_print_js_css();
  drupal_add_library('system', 'jquery.cookie', TRUE);
}