You are here

function panels_init in Panels 6.2

Same name and namespace in other branches
  1. 6.3 panels.module \panels_init()
  2. 7.3 panels.module \panels_init()

Implementation of hook_init()

File

./panels.module, line 205
panels.module

Code

function panels_init() {
  drupal_add_css(panels_get_path('css/panels.css'));
  drupal_add_js(panels_get_path('js/panels.js'));
}