summaryrefslogtreecommitdiff
path: root/src/views/pages/index.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/index.html.php')
-rw-r--r--src/views/pages/index.html.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/views/pages/index.html.php b/src/views/pages/index.html.php
deleted file mode 100644
index 71b0091..0000000
--- a/src/views/pages/index.html.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php global $VARS;
-$t = $VARS['template'];
-
-$t->header('Main Page');
-$t->tag('h1', array(), "Message Manager");
-$t->paragraph($t->link($t->url('users/new'),'Register to be on the team', true), array('style'=>'font-size:5em'));
-$t->link($t->url('users'), 'List of all users');
-$t->footer();