dir/src/templates/layout/default.php

6 lines
89 B
PHP

<?php
echo $this->layout('minimal', array(
'topBar' => $this->layout('_topBar')
));