]> ruin.nu Git - ndwebbie.git/blobdiff - root/lib/site/leftbar.tt2
Interface for searching for quotes
[ndwebbie.git] / root / lib / site / leftbar.tt2
index 601b89e19326015cb6b855ff0ee383c41d122a99..19c9703498f49049fb91f535a53192f136ae9518 100644 (file)
@@ -14,6 +14,7 @@
 [% IF user %]
        <li><a href="/forum/allUnread">New posts [% IF user.unreadposts %](<span class="[% IF user.newposts %]newposts[% ELSE %]unreadposts[% END %]">[% user.unreadposts %]</span>)[% END %]</a></li>
        <li><a href="/forum/privmsg">Priv msg</a></li>
+       <li><a href="/quotes">Quotes</a></li>
        <li><a href="/settings">Settings</a></li>
        <li><a href="/logout">Log out ([% c.user.username %])</a></li>
 [% ELSE %]