| 1 |
<?php |
<?php |
| 2 |
// $Id: plugins.inc,v 1.13.2.11 2009/08/17 21:49:34 merlinofchaos Exp $ |
// $Id: plugins.inc,v 1.13.2.12 2009/10/14 20:00:40 merlinofchaos Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 48 |
function panels_get_pane_content($display, $pane, $keywords, $args = array(), $context = NULL, $incoming_content = '') { |
function panels_get_pane_content($display, $pane, $keywords, $args = array(), $context = NULL, $incoming_content = '') { |
| 49 |
ctools_include('context'); |
ctools_include('context'); |
| 50 |
if (!$context) { |
if (!$context) { |
| 51 |
$context = new ctools_context; |
$context = array(new ctools_context); |
| 52 |
} |
} |
| 53 |
|
|
| 54 |
if (!$incoming_content === '') { |
if (!$incoming_content === '') { |