course_navigation.tpl 314 B

12345678
  1. {# Course navigation icons - these are two optional features that have to be enabled through admin settings #}
  2. {% if show_header == true %}
  3. {% if show_course_navigation_menu is not null %}
  4. <div class="nav-tools">
  5. {{ show_course_navigation_menu }}
  6. </div>
  7. {% endif %}
  8. {% endif %}