diff --git a/ding_content/ding_content.pages_default.inc b/ding_content/ding_content.pages_default.inc index 21c922770..a947c739a 100644 --- a/ding_content/ding_content.pages_default.inc +++ b/ding_content/ding_content.pages_default.inc @@ -308,7 +308,10 @@ function ding_content_default_page_manager_handlers() { $pane->access = array(); $pane->configuration = array( 'display_header_image' => FALSE, - 'context' => 'relationship_node_from_noderef_1', + 'context' => array( + 0 => 'relationship_node_from_noderef_1', + 1 => 'argument_nid_1', + ), 'override_title' => 0, 'override_title_text' => '', ); @@ -547,7 +550,10 @@ function ding_content_default_page_manager_handlers() { $pane->access = array(); $pane->configuration = array( 'display_header_image' => FALSE, - 'context' => 'relationship_node_from_noderef_1', + 'context' => array( + 0 => 'relationship_node_from_noderef_1', + 1 => 'argument_nid_1', + ), 'override_title' => 0, 'override_title_text' => '', );