summaryrefslogtreecommitdiff
path: root/src/views/pages/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/index.php')
-rw-r--r--src/views/pages/index.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/views/pages/index.php b/src/views/pages/index.php
deleted file mode 100644
index ad68559..0000000
--- a/src/views/pages/index.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php global $mm;
-$t = $mm->template();
-
-$mm->header("Main Page");
-$t->paragraph("This is the main index page.");
-$t->link($mm->baseUrl().'users', 'List of all users');
-$mm->footer();