function _panels_page_climb_stack in Panels 6.2
Kluge's little helper. Kinda like Santa's little helper. Except not.
1 string reference to '_panels_page_climb_stack'
- panels_page_climb_stack in panels_page/
panels_page.module - Checks to see if theme() is in the current call stack.
File
- panels_page/
panels_page.module, line 207 - panels_page.module
Code
function _panels_page_climb_stack($call) {
return $call['function'] == 'theme';
}