Example #1
0
 /**
  * Displays the reduced page header (without banner)
  */
 public static function display_reduced_header()
 {
     global $show_learnpath, $tool_name;
     self::$global_template = new Template($tool_name, false, false, $show_learnpath);
     echo self::$global_template->show_header_template();
 }