diff --git a/app/extensions/extensions.php b/app/extensions/extensions.php index 7ebf6cecd6..62d1b5045c 100644 --- a/app/extensions/extensions.php +++ b/app/extensions/extensions.php @@ -131,11 +131,16 @@ $extensions = $prep_statement->fetchAll(PDO::FETCH_NAMED); unset ($prep_statement, $sql); +//set the alternating styles + $c = 0; + $row_style["0"] = "row_style0"; + $row_style["1"] = "row_style1"; + //show the content echo "\n"; echo " \n"; - echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo "
".$text['header-extensions']." (".$total_extensions.")
\n"; - echo " ".$text['description-extensions']."\n"; + echo "
\n"; + echo " ".$text['header-extensions']." (".$total_extensions.")
\n"; echo "
\n"; @@ -150,13 +155,14 @@ echo "
\n"; + echo " ".$text['description-extensions']."\n"; + echo "
\n"; echo "
"; - $c = 0; - $row_style["0"] = "row_style0"; - $row_style["1"] = "row_style1"; - echo "
\n"; echo "\n"; echo "\n";