Skip to content
Snippets Groups Projects
Commit 844eaeff authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Merge pull request #4184 from IONISx/tusbar/add-mktg-check-dropdown

Remove FAQ link in header when disabled
parents d9bb5365 ae3d9feb
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,9 @@ site_status_msg = get_site_status_msg(course_id)
<a href="#" class="dropdown" aria-haspopup="true" aria-expanded="false"><span class="sr">${_("More options dropdown")}</span> &#9662;</a>
<ul class="dropdown-menu" aria-label="More Options" role="menu">
<%block name="navigation_dropdown_menu_links" >
<li><a href="${marketing_link('FAQ')}">${_("Help")}</a></li>
% if settings.MKTG_URL_LINK_MAP.get('FAQ'):
<li><a href="${marketing_link('FAQ')}">${_("Help")}</a></li>
% endif
</%block>
<li><a href="${reverse('logout')}" role="menuitem">${_("Log Out")}</a></li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment