Posted by bensnyder on November 5, 2010 at 5:00pm
Quick question:
Does anyone know how I could apply a default Panel layout to all pages that do not already have a panel specified?
Or even better:
Is there a variable that would tell me in page.tpl.php if a Panel layout is being used?
Time taken to answer questions like these is always appreciated!!

Comments
Panels Everywhere can do
Panels Everywhere can do it.
You can also use page_manager_get_current_page() in your tempalte_preprocess_page which will return array of fun data including the contexts and the page manager page used, if there was one.
Earl it's probably cliché by
Earl it's probably cliché by now but you the man, thanks!