1 2 3 4 5 6 7 8
<?php global $VARS; $t = $VARS['template']; $t->header('Create new user'); $t->paragraph("Dude, you're logged in, what are you doing creating an account?"); $t->footer();