From ffa3b67365741d77b9a21b8505e4661668e6b561 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 28 Sep 2011 23:10:23 -0700 Subject: [PATCH] fix nav-selected duepuntozero --- include/nav.php | 2 +- view/theme/duepuntozero/nav.tpl | 14 +++++++------- view/theme/duepuntozero/style.css | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/nav.php b/include/nav.php index b290a8da23..16ec941aa8 100644 --- a/include/nav.php +++ b/include/nav.php @@ -177,7 +177,7 @@ function nav_set_selected($item){ 'profiles' => null, 'notifications' => null, 'messages' => null, - 'directyory' => null, + 'directory' => null, 'settings' => null, 'contacts' => null, ); diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index 2cd29a7c29..82ac178e8f 100644 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -8,7 +8,7 @@ - {{ if $nav.register }}$nav.register.1{{ endif }} + {{ if $nav.register }}$nav.register.1{{ endif }} $nav.help.1 @@ -20,26 +20,26 @@ {{ if $nav.admin }}$nav.admin.1{{ endif }} {{ if $nav.network }} - $nav.network.1 + $nav.network.1 {{ endif }} {{ if $nav.home }} - $nav.home.1 + $nav.home.1 {{ endif }} {{ if $nav.community }} - $nav.community.1 + $nav.community.1 {{ endif }} {{ if $nav.notifications }} - $nav.notifications.1 + $nav.notifications.1 {{ endif }} {{ if $nav.messages }} - $nav.messages.1 + $nav.messages.1 {{ endif }} - {{ if $nav.manage }}$nav.manage.1{{ endif }} + {{ if $nav.manage }}$nav.manage.1{{ endif }} {{ if $nav.settings }}$nav.settings.1{{ endif }} {{ if $nav.profiles }}$nav.profiles.1{{ endif }} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9c0d327eec..1fe8fb2f48 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -146,7 +146,7 @@ nav .nav-link { } -.nav-selected { +.nav-commlink.selected { background-color: #ffffff; border-bottom: 1px solid #ffffff; color: #000000 !important;