Skip to content

Commit

Permalink
Use "has-profile" for post view when profiles are displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Sep 19, 2014
1 parent 373624a commit e2e5faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/prosilver/template/newspage_body.html
Expand Up @@ -23,7 +23,7 @@ <h2><!-- IF NEWS_ONLY --><a href="{postrow.U_NEWS}">{NEWS_TITLE}</a><!-- ELSE --
<!-- ENDIF -->

<!-- BEGIN postrow -->
<div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD == 1 --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF NEWS_USER_INFO --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF --><!-- ENDIF -->">
<div id="p{postrow.POST_ID}" class="post <!-- IF NEWS_USER_INFO -->has-profile <!-- ENDIF --><!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD == 1 --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF NEWS_USER_INFO --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF --><!-- ENDIF -->">
<div class="inner">
<!-- IF NEWS_USER_INFO -->
<!-- IF not postrow.S_IGNORE_POST -->
Expand Down

0 comments on commit e2e5faa

Please sign in to comment.