<?php
include 'tplutil.inc';
$title = 'My Title';
$user = get_user();
$users = get_users();
include 'php.tpl';
