You are here

function overlay_paths_ui_overlay_paths in Overlay Paths 7

Implements hook_overlay_paths().

File

overlay_paths_ui/overlay_paths_ui.module, line 43
The overlay paths ui module.

Code

function overlay_paths_ui_overlay_paths() {
  return variable_get('overlay_paths_ui_paths', _overlay_paths_ui_default());
}