Skip to content

Commit

Permalink
Cleanup|Homepage|Forums: Continued cleaning up the forum stylesheet
Browse files Browse the repository at this point in the history
This will do for now. For the sake of my own sanity at least, I'll
have to return to this some time later.
  • Loading branch information
danij-deng committed Jul 14, 2013
1 parent 6f4774a commit 51109ca
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 528 deletions.
2 changes: 1 addition & 1 deletion web/forums/skin/template/overall_header.html
Expand Up @@ -120,7 +120,7 @@ <h1>Forums</h1>
<li><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><li>&bull; <a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">&bull; {L_REGISTER}</a></li><!-- ENDIF -->
<!-- IF U_ACP --><li>&bull; <a href="{U_ACP}">{L_ACP}</a></li><!-- ENDIF -->
<!-- ENDIF -->
</ul>
Expand Down

0 comments on commit 51109ca

Please sign in to comment.