Skip to content
Snippets Groups Projects
Commit 4feeedde authored by Chris Gross's avatar Chris Gross
Browse files

daily build 4

parent 3a2cdb8a
No related merge requests found
......@@ -26,7 +26,7 @@ function ocio_landing_page_update_7001() {
* Fix titles not displaying on panelized nodes.
*/
function ocio_landing_page_update_7002() {
/*
$nodes = node_load_multiple(array(), array('type' => 'ocio_landing_page'));
$node_panes = array();
......@@ -40,5 +40,5 @@ function ocio_landing_page_update_7002() {
panels_save_display($display);
}
}
*/
}
......@@ -56,7 +56,7 @@ function ocio_landing_page_panelizer_defaults() {
$display->uuid = '5f1d4a97-2411-4294-b34a-c0b05050b5b8';
$display->content = array();
$display->panels = array();
$display->hide_title = PANELS_TITLE_FIXED;
$display->hide_title = PANELS_TITLE_NONE;
$display->title_pane = '0';
$panelizer->display = $display;
$export['node:ocio_landing_page:default'] = $panelizer;
......@@ -149,7 +149,7 @@ function ocio_landing_page_panelizer_defaults() {
$display->uuid = '242e37da-7b81-456f-8ee2-fcbd51e38d32';
$display->content = array();
$display->panels = array();
$display->hide_title = PANELS_TITLE_FIXED;
$display->hide_title = PANELS_TITLE_NONE;
$display->title_pane = '0';
$panelizer->display = $display;
$export['node:ocio_landing_page:default:full'] = $panelizer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment