diff --git a/classes/constellation.php b/classes/constellation.php index a31f6e9..78558c1 100644 --- a/classes/constellation.php +++ b/classes/constellation.php @@ -104,27 +104,12 @@ class Constellation } if (!$admin) { - ?> - - '; - //$arrCompletedGroups = array(); + foreach($array as $service){ - //print_r($service); - //if ( !empty($service->group_name) && !in_array($service->group_name, $arrCompletedGroups)) { -//print $service->name; - // $arrCompletedGroups[] = $service['group_name']; - // $service->render(true); - //} else { $service->render(); - //} } echo ''; - //echo ''; + return $array; } else{ return $array; diff --git a/index.php b/index.php index 96bb3dd..239ad7b 100644 --- a/index.php +++ b/index.php @@ -118,3 +118,10 @@ Template::render_header("Status"); Template::render_footer(); } +?> + +