diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-19 20:23:55 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-19 20:23:55 +0000 |
commit | c59cfc13a28f23d91766fd0bcde07b92333a21c4 (patch) | |
tree | f80948bce1c22b2c0731bf943c822ff6cd87ab89 /view | |
parent | de556f43fc0fe0ab5829ee18c87e421210315958 (diff) | |
download | volse-hubzilla-c59cfc13a28f23d91766fd0bcde07b92333a21c4.tar.gz volse-hubzilla-c59cfc13a28f23d91766fd0bcde07b92333a21c4.tar.bz2 volse-hubzilla-c59cfc13a28f23d91766fd0bcde07b92333a21c4.zip |
But...git add *all* the files.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 2c579f5dc..d052cde3f 100644 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -33,7 +33,7 @@ {{ if $nav.intros }} <li id="nav-intros-link" class="nav-menu $sel.intros"> - <a class="$nav.intros.2" href="$nav.intros.0" title="$nav.intros.3" ><span class="icon introductions">$nav.intros.1</a> + <a class="$nav.intros.2" href="$nav.intros.0" title="$nav.intros.3" >$nav.intros.1</a> <span id="intro-update" class="nav-notify"></span> </li> {{ endif }} |