Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AE30E200B3B for ; Mon, 11 Jul 2016 20:56:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD065160A8B; Mon, 11 Jul 2016 18:56:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2FB98160A7D for ; Mon, 11 Jul 2016 20:56:49 +0200 (CEST) Received: (qmail 73520 invoked by uid 500); 11 Jul 2016 18:56:48 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 73419 invoked by uid 99); 11 Jul 2016 18:56:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 18:56:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 33FCAE03C0; Mon, 11 Jul 2016 18:56:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Date: Mon, 11 Jul 2016 18:56:50 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/9] airavata-php-gateway git commit: Portal brand logo space addition archived-at: Mon, 11 Jul 2016 18:56:49 -0000 Portal brand logo space addition Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/597d095c Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/597d095c Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/597d095c Branch: refs/heads/master Commit: 597d095c109c31f0bb43cbc85cf6044832a20b94 Parents: b6717b5 Author: Nipurn Doshi Authored: Sun Jul 10 03:02:53 2016 -0700 Committer: Nipurn Doshi Committed: Sun Jul 10 03:02:53 2016 -0700 ---------------------------------------------------------------------- app/libraries/CommonUtilities.php | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/597d095c/app/libraries/CommonUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/CommonUtilities.php b/app/libraries/CommonUtilities.php index d5cc2a0..b56f09b 100644 --- a/app/libraries/CommonUtilities.php +++ b/app/libraries/CommonUtilities.php @@ -180,6 +180,8 @@ class CommonUtilities echo ' '; } + if( count( $menus) == 0) + echo ''; $active = ""; if(Session::has('loggedin') && (Session::has('authorized-user') || Session::has('admin')