<? $this->layout('app', ['title' => 'Магазин'])
?>
<? $this->start('container') ?>
<div
class="box">
<h4 class="text-center
inf-us">
Магазин
</h4>
<div
class="menu">
<?php foreach ($all as $row):
?>
<a
href="/shop/cat?id=<?=$row['id'];?>&r=<?=$r;?>"><img
src="<?=$row['img'];?>" width="45">
<?=$row['name'];?></a>
<?php endforeach;
?>
</div>
</div>
<?
$this->stop() ?>