<?php $this->load($_SERVER['DOCUMENT_ROOT'].'/mvc/controllers/c_categories.php'); ?>
<div id="categoriesBlock">
<div class="title-wrapper">
<h2>Shop by category</h2>
<a href="/products/">
<span>Start shopping</span>
<span class="arrow"></span>
</a>
</div>
<ul id="blockItemList">
<?php $this->getData('cat_thumb_list');?>
</ul>
</div>