Minor removing variable

skala
Julio Montoya 14 years ago
parent 28193fd304
commit c149cd9004
  1. 3
      main/inc/lib/display.lib.php

@ -50,8 +50,7 @@ class Display {
* @param string The name of the page (will be showed in the page title)
* @param string Optional help file name
*/
public static function display_header($tool_name ='', $help = null, $page_header = null) {
$nameTools = $tool_name;
public static function display_header($tool_name ='', $help = null, $page_header = null) {
/*
global $_plugins, $lp_theme_css, $mycoursetheme, $user_theme, $platform_theme;
global $httpHeadXtra, $htmlHeadXtra, $htmlIncHeadXtra, $_course, $_user, $text_dir, $plugins, $_user, $_cid, $interbreadcrumb, $charset, $language_file, $noPHP_SELF;

Loading…
Cancel
Save