Browse Source

Show LP name on LP view - refs #7972

Angel Fernando Quiroz Campos 9 years ago
parent
commit
9bfd1d26b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/template/default/learnpath/view.tpl

+ 1 - 0
main/template/default/learnpath/view.tpl

@@ -80,6 +80,7 @@
                 {# TOC layout #}
                 <div id="toc_id" class="scorm-body" name="toc_name">
                     <div id="learning_path_toc" class="scorm-list">
+                        <h1 class="scorm-title">{{ lp_title_scorm }}</h1>
                         {{ lp_html_toc }}
                     </div>
                 </div>