| 1 |
<?php |
<?php |
| 2 |
// $Id: panels_page.render.inc,v 1.11 2008/08/25 04:12:28 sdboyer Exp $ |
// $Id: panels_page.render.inc,v 1.12 2008/08/31 23:59:50 sdboyer Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file panels_page.render.inc |
* @file panels_page.render.inc |
| 32 |
|
|
| 33 |
function _panels_page_prepare_panels_render(&$panel_page) { |
function _panels_page_prepare_panels_render(&$panel_page) { |
| 34 |
_panels_page_check_switchers($panel_page); |
_panels_page_check_switchers($panel_page); |
| 35 |
// $panel_page->context = panels_context_load_contexts($panel_page, FALSE, $panel_page->context); |
// $panel_page->context = panels_context_load_contexts($panel_page, FALSE, $panel_page->contexts); |
| 36 |
$panel_page->context = panels_context_load_contexts($panel_page); |
// $panel_page->context = panels_context_load_contexts($panel_page); |
| 37 |
// If we're wrapping FAPI with with panel, this function gets the data. |
// If we're wrapping FAPI with with panel, this function gets the data. |
| 38 |
$panel_page->form = panels_context_get_form($panel_page->context); |
$panel_page->form = panels_context_get_form($panel_page->context); |
| 39 |
// Get any keywords (for title substitution in panes) |
// Get any keywords (for title substitution in panes) |