From d5f2dceea6aa4b86236298223eb174d3e1cf933c Mon Sep 17 00:00:00 2001 From: thewilkybarkid <chriswilkinson84@gmail.com> Date: Mon, 9 Sep 2013 09:16:57 +0100 Subject: [PATCH] Hide the left navigation on carousel items --- cambridge_lite.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cambridge_lite.install b/cambridge_lite.install index 513af50..9d93204 100644 --- a/cambridge_lite.install +++ b/cambridge_lite.install @@ -515,7 +515,7 @@ function cambridge_lite_install() { 'status' => TRUE, 'weight' => 0, 'region' => 'left_navigation', - 'pages' => "<front>\nuser\nuser/*", + 'pages' => "<front>\ncarousel/*\nuser\nuser/*", 'title' => '<none>', 'cache' => DRUPAL_NO_CACHE, ), -- GitLab