瀏覽代碼

Add missing toolbar see BT#12807

jmontoyaa 7 年之前
父節點
當前提交
1507783a39
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      main/template/default/layout/show_header.tpl

+ 5 - 0
main/template/default/layout/show_header.tpl

@@ -34,6 +34,11 @@
     </div>
 {% endif %}
 {% include template ~ "/layout/page_header.tpl" %}
+{% if show_course_shortcut is not null %}
+    <div class="nav-tools">
+        {{ show_course_shortcut }}
+    </div>
+{% endif %}
 <section id="content-section">
     <div class="container">
         {% block breadcrumb %}