<?phpclass chat{ public function index(){ Template::head('Чат топа'); Template::run(__CLASS__, 'index'); Template::foot(); }}?>