Victor De la Rocha hace 17 años
padre
commit
d685396599
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      api.php

+ 3 - 4
api.php Ver fichero

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