diff --git a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.install b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.install index 96e810a3b42b528407734dc949fd8ad4f99f383a..76ca1cb52082339f7eb2177b17ebfc7cc5b41ccf 100644 --- a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.install +++ b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.install @@ -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); } } - +*/ } diff --git a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.panelizer.inc b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.panelizer.inc index fa5d9b44cdabbd7a491f09504e10f3df308356c8..ae8c5a1c6ad62a353fcc0f4dad13929dc8ed106a 100644 --- a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.panelizer.inc +++ b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.panelizer.inc @@ -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;