From b1c8fd77e96b8d52480e4f26e2244c37fe8d4e20 Mon Sep 17 00:00:00 2001 From: Chris Gross <gross.364@osu.edu> Date: Wed, 21 Oct 2015 12:30:03 -0400 Subject: [PATCH] daily build 5 --- .../modules/custom/ocio_landing_page/ocio_landing_page.install | 3 +-- .../custom/ocio_landing_page/ocio_landing_page.panelizer.inc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 76ca1cb5..1615d6d7 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 ae8c5a1c..df04a2c8 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; -- GitLab