Victor De la Rocha 15 vuotta sitten
vanhempi
commit
d685396599
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3 4
      api.php

+ 3 - 4
api.php Näytä tiedosto

@@ -98,8 +98,7 @@ if(!defined('entry')) define('entry',true);
98 98
 				$posts[] = $post;
99 99
 			}
100 100
 			$theme->set("posts",$posts);
101
-		}
102
-	}
103
-
104
-$theme->display(Absolute_Path.'admin/themes/admin/api.xml');
101
+		}
102
+		$theme->display(Absolute_Path.'admin/themes/admin/api.xml');
103
+	}
105 104
 ?>