You are here

function spaces_ui_init in Spaces 5.2

Implementation of hook_init().

File

./spaces_ui.module, line 6

Code

function spaces_ui_init() {
  if (arg(0) . '/' . arg(1) . '/' . arg(2) . '/' . arg(3) == 'admin/build/spaces/features') {
    include_once drupal_get_path("module", "context_ui") . "/context_ui_admin.inc";
  }
}