Files
Chamilo/main/template/default/layout/course_navigation.tpl
2025-08-14 22:37:50 +02:00

9 lines
314 B
Smarty

{# Course navigation icons - these are two optional features that have to be enabled through admin settings #}
{% if show_header == true %}
{% if show_course_navigation_menu is not null %}
<div class="nav-tools">
{{ show_course_navigation_menu }}
</div>
{% endif %}
{% endif %}