diff options
author | Friendika <info@friendika.com> | 2011-10-11 20:38:09 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-11 20:38:09 -0700 |
commit | 3ef7dcac4b84f6f78dcba5cd768fc08f9cfc1067 (patch) | |
tree | a5c1bb726da5cb539004d212f0aaae3f8f9ffb95 /view/theme/duepuntozero | |
parent | 2206d894b3fec7064b91e0420bcc2b16e9e7009b (diff) | |
download | volse-hubzilla-3ef7dcac4b84f6f78dcba5cd768fc08f9cfc1067.tar.gz volse-hubzilla-3ef7dcac4b84f6f78dcba5cd768fc08f9cfc1067.tar.bz2 volse-hubzilla-3ef7dcac4b84f6f78dcba5cd768fc08f9cfc1067.zip |
solve intro/notify naming issue by providing both or either, theme decides what to do
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/nav.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index b13ea9ae2..afa918065 100644 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -30,8 +30,8 @@ {{ if $nav.community }} <a id="nav-community-link" class="nav-commlink $nav.community.2 $sel.community" href="$nav.community.0" title="$nav.community.3" >$nav.community.1</a> {{ endif }} - {{ if $nav.notifications }} - <a id="nav-notify-link" class="nav-commlink $nav.notifications.2 $sel.notifications" href="$nav.notifications.0" title="$nav.notifications.3" >$nav.notifications.1</a> + {{ if $nav.introductions }} + <a id="nav-notify-link" class="nav-commlink $nav.introductions.2 $sel.introductions" href="$nav.introductions.0" title="$nav.introductions.3" >$nav.introductions.1</a> <span id="intro-update" class="nav-ajax-left"></span> {{ endif }} {{ if $nav.messages }} |