@@ -104,6 +104,9 @@ class Top
}
+ if ($_GET['test'] == 1) {
+ print_r($top);die;
+ }
//print_r($top);die;
return $top;