Path : /srv/www/vhosts/toptisk/application/layouts/ |
Current File : /srv/www/vhosts/toptisk/application/layouts/admin.phtml |
<?= $this->render('header.phtml'); ?> <?= $this->render('menu.phtml'); ?> <div class="wrap"> <div class="content"> <?php if(count($this->messages) > 0): ?> <div id="messages"> <?php foreach($this->messages as $m): ?> <p><?= $m ?></p> <?php endforeach; ?> </div> <?php endif; ?> <?= $this->layout()->content ?> <span class="cl"></span> </div> <?= $this->render('footer.phtml'); ?>