You are here

function panopoly_theme_init in Panopoly Theme 7

Implementation of hook_init()

File

./panopoly_theme.module, line 8

Code

function panopoly_theme_init() {
  global $theme;
  drupal_add_library('system', 'ui.widget');
  drupal_add_library('system', 'ui.tabs');
  drupal_add_library('system', 'ui.accordion');
}