Skip to content

Commit b100ef3

Browse files
committed
fbforum: replace new posts button with unread button
1 parent b2d43a1 commit b100ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/elegance/template/navbar_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<!-- IF $NAVLINKS_SHOW_DEFAULT && S_DISPLAY_SEARCH -->
229229
<li class="small-icon icon-search{% if definition.SEARCH_IN_NAVBAR == 1 && definition.SEARCH_BOX %} responsive-hide{% endif %}"><a href="{U_SEARCH}">{L_SEARCH}</a></li>
230230
<!-- IF S_USER_LOGGED_IN -->
231-
<li class="small-icon icon-new-posts"><a href="{U_SEARCH_NEW}" role="menuitem">{L_SEARCH_NEW}</a></li>
231+
<li class="small-icon icon-new-posts"><a href="{U_SEARCH_UNREAD}" role="menuitem">{L_SEARCH_UNREAD}</a></li>
232232
<!-- ENDIF -->
233233
<!-- ENDIF -->
234234
{% else %}

0 commit comments

Comments
 (0)