Adding section variable in headerpage.php

skala
Julio Montoya 16 years ago
parent 85fb8b061d
commit 6272aa23c1
  1. 2
      main/document/headerpage.php

@ -23,7 +23,7 @@ $interbreadcrumb[]= array ("url"=>"./document.php?curdirpath=".dirname($header_f
$interbreadcrumb[]= array ("url"=>"showinframes.php?file=".$header_file, "name"=>$header_file);
$file_url_sys=api_get_path(SYS_COURSE_PATH).'document'.$header_file;
$path_info= pathinfo($file_url_sys);
$this_section = SECTION_COURSES;
Display::display_header(null,"Doc");
echo "<div align=\"center\">";
$file_url_web=api_get_path('WEB_COURSE_PATH').$_course['path'].'/document'.$header_file."?".api_get_cidreq();

Loading…
Cancel
Save