From 710e269b328ec055f90d4521ef8806fa1b4ea83a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 5 Sep 2011 18:59:08 -0400 Subject: Update TODO/Bugs in README.txt, change appearance a bit --- src/views/pages/index.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/views/pages/index.html.php b/src/views/pages/index.html.php index cf31759..71b0091 100644 --- a/src/views/pages/index.html.php +++ b/src/views/pages/index.html.php @@ -3,6 +3,6 @@ $t = $VARS['template']; $t->header('Main Page'); $t->tag('h1', array(), "Message Manager"); -$t->paragraph("This is the main index page."); +$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(); -- cgit v1.2.3