You are here

function panels_everywhere_get_site_template in Panels Everywhere 6

Same name and namespace in other branches
  1. 7 panels_everywhere.module \panels_everywhere_get_site_template()

Get the site template to be used.

If the site template has been manually set via panels_everywhere_set_site_template(), this function will return what it was set to.

1 call to panels_everywhere_get_site_template()
panels_everywhere_page_preprocess in ./panels_everywhere.module
Page preprocess to run the page content into our site template task.

File

./panels_everywhere.module, line 260
panels_everywhere.module

Code

function panels_everywhere_get_site_template() {
  return ctools_static('panels_everywhere_site_template');
}