<?phpclass error extends Controller { function main() { $this->tpl->title = 'Ошибка'; $this->tpl->run(); }}