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

daily build 5

parent 4feeedde
No related branches found
No related tags found
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,4 @@ 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_NONE;
$display->hide_title = PANELS_TITLE_FIXED;
$display->title_pane = '0';
$panelizer->display = $display;
$export['node:ocio_landing_page:default'] = $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