From d97f92900cfe1e72af121a89b62cc69465765534 Mon Sep 17 00:00:00 2001 From: Arshad Chummun Date: Mon, 14 Jan 2013 18:54:45 +0400 Subject: [PATCH] Allow other modules to alter navbar links --- navbar.module | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/navbar.module b/navbar.module index 25c8fe5..572a86a 100644 --- a/navbar.module +++ b/navbar.module @@ -218,6 +218,9 @@ function navbar_view() { ), ); + // Allow modules to modify navbar links + drupal_alter('navbar_view', $build); + return $build; } -- 1.7.9