overlay_paths.api.php |
overlay_paths.api.php |
|
Hooks provided by the overlay paths module. |
overlay_paths.info |
overlay_paths.info |
|
name = "Overlay paths"
description = "Allows other developers to define paths that should use the overlay, but not an admin theme"
core = 7.x
; This module will totally work without the overlay
dependencies[] = "overlay" |
overlay_paths.module |
overlay_paths.module |
|
The overlay paths module. |
overlay_paths_example.info |
overlay_paths_example/overlay_paths_example.info |
|
name = "Overlay paths - Example"
description = "A demonstration module for Overlay paths that provides a UI for setting paths that should appear in the overlay."
core = 7.x
dependencies[] = "overlay_paths"
configure =… |
overlay_paths_example.install |
overlay_paths_example/overlay_paths_example.install |
|
Install functions for the overlay paths example module. |
overlay_paths_example.module |
overlay_paths_example/overlay_paths_example.module |
|
The overlay paths example module. |
overlay_paths_ui.admin.inc |
overlay_paths_ui/overlay_paths_ui.admin.inc |
|
Admimistrative functions for the Overlay paths ui module. |
overlay_paths_ui.info |
overlay_paths_ui/overlay_paths_ui.info |
|
name = "Overlay paths UI"
description = "Provides a UI for overlay paths, allow site builders to select paths that should appear in the overlay."
core = 7.x
dependencies[] = "overlay_paths"
configure =… |
overlay_paths_ui.install |
overlay_paths_ui/overlay_paths_ui.install |
|
The overlay paths ui install. |
overlay_paths_ui.module |
overlay_paths_ui/overlay_paths_ui.module |
|
The overlay paths ui module. |