Skip to content
Snippets Groups Projects
Commit 8d5972c8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add info in html page

parent 36338317
Branches
Tags
No related merge requests found
...@@ -150,7 +150,7 @@ foreach ($modulesdir as $dir) ...@@ -150,7 +150,7 @@ foreach ($modulesdir as $dir)
//print "x".$modName." ".$orders[$i]."\n<br>"; //print "x".$modName." ".$orders[$i]."\n<br>";
if (isset($categ[$objMod->special])) $categ[$objMod->special]++; // Array of all different modules categories if (isset($categ[$objMod->special])) $categ[$objMod->special]++; // Array of all different modules categories
else $categ[$objMod->special]=1; else $categ[$objMod->special]=1;
$dirmod[$i] = $dirroot; $dirmod[$i] = $dir;
$j++; $j++;
$i++; $i++;
} }
...@@ -323,6 +323,8 @@ if ($mode != 4) ...@@ -323,6 +323,8 @@ if ($mode != 4)
} }
$var=!$var; $var=!$var;
//print "\n<!-- Module ".$objMod->numero." ".$objMod->getName()." found into ".$dirmod[$key]." -->\n";
print '<tr height="18" '.$bc[$var].">\n"; print '<tr height="18" '.$bc[$var].">\n";
// Picto // Picto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment