You are here

function skinr_panels_page_build in Skinr 8.2

Same name and namespace in other branches
  1. 7.2 skinr_panels/skinr_panels.module \skinr_panels_page_build()

Implements hook_page_build().

File

skinr_panels/skinr_panels.module, line 69
Provides Skinr integration with Panels.

Code

function skinr_panels_page_build(&$page) {

  // Any blocks added before this hook is called are in panels.
  _skinr_panels_is_panel(FALSE);
}