Browse Source

bug fixed

Victor De la Rocha 16 years ago
parent
commit
d685396599
1 changed files with 3 additions and 4 deletions
  1. 3 4
      api.php

+ 3 - 4
api.php View File

98
 				$posts[] = $post;
98
 				$posts[] = $post;
99
 			}
99
 			}
100
 			$theme->set("posts",$posts);
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
 ?>