diff --git a/lib/DraftsView.php b/lib/DraftsView.php new file mode 100644 index 0000000..15317c6 --- /dev/null +++ b/lib/DraftsView.php @@ -0,0 +1,26 @@ + +
+Lol, just do the thing, bro! +
+ +HTML; + return $body; + } + +} \ No newline at end of file diff --git a/lib/SecureView.php b/lib/SecureView.php index 0d8397d..dbf1a1a 100644 --- a/lib/SecureView.php +++ b/lib/SecureView.php @@ -15,6 +15,7 @@ class SecureView extends View $this->addNav("Home", ROOT); $this->addNav("Minutes", ROOT . "secure/minutes.php"); $this->addNav("Milestones", ROOT . "secure/milestones.php"); + $this->addNav("Drafts", ROOT . "secure/drafts.php"); $this->addNav("Logoff", ROOT . "secure/"); } diff --git a/secure/drafts.php b/secure/drafts.php new file mode 100644 index 0000000..c14c27b --- /dev/null +++ b/secure/drafts.php @@ -0,0 +1,22 @@ + +setTitle("Drafts"); +?> + + + head(); + ?> + + +header(); +echo $view->page(); +echo $view->footer(); +?> + +