Код (html): <div class="jshop" id="comjshop"> <h1><?php print $this->category->name?></h1> <div class="category_description"> <?php print $this->category->description?> </div> <?php if($this->total == 0) : ?> Нет продуктов в категории <?php endif; ?>