function party_view_page_manager_enable in Party 7
Same name and namespace in other branches
- 8.2 plugins/tasks/party_view.inc \party_view_page_manager_enable()
Callback to enable/disable the page from the UI.
1 string reference to 'party_view_page_manager_enable'
- party_party_view_page_manager_tasks in plugins/
tasks/ party_view.inc - Implements hook_page_manager_task_tasks()
File
- plugins/
tasks/ party_view.inc, line 138 - Handle the 'party view' overrride task
Code
function party_view_page_manager_enable($cache, $status) {
variable_set('party_view_page_manager_disabled', $status);
}