Repository: airavata-php-gateway Updated Branches: refs/heads/0.15-release-branch 77c835d7e -> 1a6fa4b46
fixing AIRAVATA-1767 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/440712ef Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/440712ef Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/440712ef Branch: refs/heads/0.15-release-branch Commit: 440712ef4052e2f4883b75206f907febca8dc80e Parents: 77c835d Author: Supun Nakandala <[email protected]> Authored: Wed Jul 15 19:22:02 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Wed Jul 15 19:22:02 2015 +0530 ---------------------------------------------------------------------- app/libraries/CommonUtilities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/440712ef/app/libraries/CommonUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/CommonUtilities.php b/app/libraries/CommonUtilities.php index edc9ae1..b66b1b4 100644 --- a/app/libraries/CommonUtilities.php +++ b/app/libraries/CommonUtilities.php @@ -192,8 +192,8 @@ class CommonUtilities } if (Session::has("admin")) echo '<li><a href="' . URL::to("/") . '/admin/dashboard"><span class="glyphicon glyphicon-user"></span>Admin Dashboard</a></li>'; - else - echo '<li><a href="' . URL::to("/") . '/user/profile"><span class="glyphicon glyphicon-user"></span> Profile</a></li>'; +// else +// echo '<li><a href="' . URL::to("/") . '/user/profile"><span class="glyphicon glyphicon-user"></span> Profile</a></li>'; echo '<li class="dropdown ' . $active . '">
