Actualización
This commit is contained in:
8
main/template/default/layout/course_navigation.tpl
Normal file
8
main/template/default/layout/course_navigation.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
{# 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 %}
|
||||
Reference in New Issue
Block a user