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 76ca1cb52082339f7eb2177b17ebfc7cc5b41ccf..1615d6d7773dd8b9fc25bb2a822074d11f7a0992 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,4 @@ 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 ae8c5a1c6ad62a353fcc0f4dad13929dc8ed106a..df04a2c8be6cf98cab46e915e71b8957d5679eb1 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_NONE; + $display->hide_title = PANELS_TITLE_FIXED; $display->title_pane = '0'; $panelizer->display = $display; $export['node:ocio_landing_page:default'] = $panelizer;