Victor De la Rocha il y a 15 ans
Parent
révision
d685396599
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 3 4
      api.php

+ 3 - 4
api.php Voir le fichier

@@ -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
 ?>