summaryrefslogtreecommitdiff
path: root/apps/um/views/pages/index.html.php
blob: 71b0091b5381661fd00c1fe3ae962da23884b570 (plain)
1
2
3
4
5
6
7
8
<?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();