You are here

function bricks_init in Bricks​ 7.4

Implements hook_init().

File

./bricks.module, line 6

Code

function bricks_init() {
  drupal_add_js(drupal_get_path('module', 'bricks') . '/bricks.js');
}