Add legacy breadcrumb

pull/3064/head
Julio 5 years ago
parent 486a74c671
commit e95d6464b4
  1. 4
      public/main/inc/lib/template.lib.php

@ -74,6 +74,8 @@ class Template
) {
// Page title
$this->title = $title;
global $interbreadcrumb;
$interbreadcrumb[] = ['url' => '#', 'name' => $title];
$this->show_learnpath = $show_learnpath;
//$this->setResponseCode($responseCode);
@ -738,7 +740,7 @@ class Template
$courseLogoutCode = "
<script>
var logOutUrl = '".$ajax."course.ajax.php?a=course_logout&".api_get_cidreq()."';
function courseLogout() {
function courseLogout() {
$.ajax({
async : false,
url: logOutUrl,

Loading…
Cancel
Save