Skip to content

Commit

Permalink
Remove table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Apr 29, 2024
1 parent c5ed2b3 commit a2a34ad
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,27 +263,6 @@ function tri_par_completion($a, $b) {return tri_ligne($a, $b, 'completion');}
//print_r($pgm);

echo '<table>';
echo '<tr>';
$i = 0;
foreach($entete as $c)
{
echo '<th>'.ucfirst(strtolower($c)).'</th>';
$i++;
//if(!$lv)
{
if($i>=4) break;
}
}
//echo '<th>Complétion<br/>Base / HMAP</th>'; // Désactivation complétion
if($token_ok)
{
echo '<th>Téléchargement</th>';
}
else
{
echo '<th></th>';
}
echo '</tr>';

foreach($data as $l)
{
Expand Down

0 comments on commit a2a34ad

Please sign in to comment.