Skip to content

Commit

Permalink
Add firehose menu item to users22
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Vroom committed Oct 24, 2008
1 parent 3c60a84 commit 4b7dcce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/slashcode/templates/userInfo2;users;default
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ __template__

<div class="nav">
<ul class="menu" id="tablist">
<li[% IF data_pane == 'firehose' %] class="active"[% END %]><a href="[% constants.absolutedir_secure %]/^[% useredit.nickname %]/firehose:">Firehose</a></li>
[% IF latest_comments.size != 0 %]<li[% IF data_pane == 'comments' %] class="active"[% END %]><a href="[% constants.absolutedir_secure %]/^[% useredit.nickname %]/comments">Comments</a></li>[% END %]
[% IF latest_journals.size != 0 %]<li[% IF data_pane == 'journal' %] class="active"[% END %]><a href="[% constants.absolutedir_secure %]/^[% useredit.nickname %]/journal">Journals</a></li>[% END %]
[% IF latest_submissions.size != 0 %]<li[% IF data_pane == 'submissions' %] class="active"[% END %]><a href="[% constants.absolutedir_secure %]/^[% useredit.nickname %]/submissions">Submissions</a></li>[% END %]
Expand Down

0 comments on commit 4b7dcce

Please sign in to comment.