From 0881c04cea53b68fba070ebb4490055064bc537d Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Thu, 29 Sep 2011 01:20:39 -0500 Subject: classes added to core + testbubble theme some fixes to testbubble theme related to tab styling --- view/theme/testbubble/nav.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'view/theme/testbubble/nav.tpl') diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index a2171d431..38d2dfac6 100644 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -17,19 +17,19 @@ onmouseover="if (typeof tmenu != 'undefined') clearTimeout(tmenu); openMenu('user-menu-popup')" onmouseout="tmenu=setTimeout('closeMenu(\'user-menu-popup\');',200)"> - {{ if $nav.register }}
  • $nav.register.1
  • {{ endif }} + {{ if $nav.register }}
  • $nav.register.1
  • {{ endif }} {{ if $nav.home }}
  • $nav.home.1
  • {{ endif }} {{ if $nav.network }}
  • $nav.network.1
  • {{ endif }} {{ if $nav.community }} -
  • $nav.community.1
  • +
  • $nav.community.1
  • {{ endif }} -
  • $nav.search.1
  • -
  • $nav.directory.1
  • - {{ if $nav.apps }}
  • $nav.apps.1
  • {{ endif }} +
  • $nav.search.1
  • +
  • $nav.directory.1
  • + {{ if $nav.apps }}
  • $nav.apps.1
  • {{ endif }} {{ if $nav.notifications }}
  • $nav.notifications.1
  • {{ endif }} {{ if $nav.messages }}
  • $nav.messages.1
  • {{ endif }} @@ -42,9 +42,9 @@ {{ if $nav.admin }}
  • $nav.admin.1
  • {{ endif }} -
  • $nav.help.1
  • +
  • $nav.help.1
  • - {{ if $nav.login }}
  • $nav.login.1
  • {{ endif }} + {{ if $nav.login }}
  • $nav.login.1
  • {{ endif }} {{ if $nav.logout }}
  • $nav.logout.1
  • {{ endif }} -- cgit v1.2.3