You are here

function panels_everywhere_site_template_enable in Panels Everywhere 7

Same name and namespace in other branches
  1. 6 plugins/tasks/site_template.inc \panels_everywhere_site_template_enable()

Callback to enable/disable the page from the UI.

1 string reference to 'panels_everywhere_site_template_enable'
site_template.inc in plugins/tasks/site_template.inc

File

plugins/tasks/site_template.inc, line 230

Code

function panels_everywhere_site_template_enable($cache, $status) {
  variable_set('panels_everywhere_site_template_enabled', !$status);
}