1 2 3 4 5 6
<?php global $VARS; $t = $VARS['template']; $t->header('Authentication'); $t->paragraph('Logged out'); $t->footer();