Skip to content

Commit

Permalink
Fixed a missing link to modal prefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brown committed Oct 10, 2007
1 parent c495f6d commit ee03df8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/slashcode/templates/printCommentsMain;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,11 @@ __template__
[% END; IF user.is_admin && user.d2prefs_debug %]
<a href="javascript:showPrefs('reading')">Prefs</a>
[% ELSIF !user.is_anon %]
<a href="[% gSkin.rootdir %]/my/comments">Prefs</a>
[% IF constants.modal_prefs_active %]
<a href="javascript:getModalPrefs('d2');">Prefs</a>
[% ELSE %]
<a href="[% gSkin.rootdir %]/my/comments">Prefs</a>
[% END %]
[% END %]
[% UNLESS user.state.discussion_archived || user.state.discussion_future_nopost %]
[% IF !user.is_anon %] | [% END %]
Expand Down

0 comments on commit ee03df8

Please sign in to comment.