widget: unnamed options as placeholders instead of path
[minimedit.git] / widget / page.php
index c3864cc2ffbd199166ebf2d0eec6cf5796055443..4ae0967067965309538aad950812ef0768585ce8 100644 (file)
@@ -1,2 +1,3 @@
 <?php
-include ".$Args.html";
+$article = new ArchiveArticle("{$Page->place[0]}.html");
+print $article->render();