login/pass: error messages below page title
[minimedit.git] / widget / page.php
index 10c3a2d46d85661c0fb8e6189e90a802bedd8340..4ae0967067965309538aad950812ef0768585ce8 100644 (file)
@@ -1,2 +1,3 @@
 <?php
-include ".{$Page->path}.html";
+$article = new ArchiveArticle("{$Page->place[0]}.html");
+print $article->render();