I would like to add an "unread messages" link to the menu. I know it is there in the dropdown, but my users would like to see that separated into the menu bar. Is there a way to make that happen? So, I went into the template directory and grabbed the navbar_header.html file to see if I could edit it. I have tried to add the line from the dropdown:
Code: Select all
<li><a href="{U_SEARCH_UNREAD}" role="menuitem"><span>{L_SEARCH_UNREAD}</span> </a></li>
Code: Select all
<li>data-last-responsive="true"<!-- ENDIF -->> <a href="{U_SEARCH_UNREAD}" rel="help" role="menuitem" title="{U_SEARCH_UNREAD}"> <span>{L_SEARCH_UNREAD}</span> </a></li>
Code: Select all
<li>data-last-responsive="true"<!-- ENDIF -->> <a href="{U_FAQ}" rel="help" role="menuitem" title="{L_FAQ_EXPLAIN}"> <span>{L_FAQ}</span> </a></li>
Suggestions are very welcome!