You are here

function tipsy_page_build in Tipsy 7

Implements hook_page_build().

File

./tipsy.module, line 6

Code

function tipsy_page_build(&$page) {
  drupal_add_library('tipsy', 'tipsy', TRUE);
}