X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/caa254384466d5f8477de38fcf7492a1ecd3f938..1d0e94b9030f08157198b6e4911491698e9d2f5f:/article.inc.php diff --git a/article.inc.php b/article.inc.php index 2396f2b..a9c6ce4 100644 --- a/article.inc.php +++ b/article.inc.php @@ -65,6 +65,18 @@ class ArchiveArticle return; } + function index() + { + $this->handler; + if (empty($this->handler)) { + return; + } + $User = NULL; + $Page = $this; + $res = include "./{$this->handler}/index.php"; + return $res; + } + function restricted() { $this->handler;