You are here

function favorites_init in Favorites 7.2

Implements hook_init().

File

./favorites.module, line 11
The favorites module allows users to bookmark any path within a site.

Code

function favorites_init() {
  drupal_add_library('system', 'ui.sortable');
}