1<?php $this->extends('layout.php', ['title' => 'Admin :: phpinfo()']) ?> 2 3<?php $this->start('content') ?> 4 5<?php $this->include('pages/admin/menu.php', ['action' => $action]); ?> 6 7<?= $info; ?> 8 9<?php $this->end('content') ?> 10