diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-05 18:59:08 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-05 18:59:08 -0400 |
commit | 710e269b328ec055f90d4521ef8806fa1b4ea83a (patch) | |
tree | 86f613998ac3371c96078d4304db20835ed32b53 /src/views/pages/index.html.php | |
parent | 70557422c2d999b85fd7ba45718da357f022fcfd (diff) |
Update TODO/Bugs in README.txt, change appearance a bit
Diffstat (limited to 'src/views/pages/index.html.php')
-rw-r--r-- | src/views/pages/index.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |