category.phtml 73 B

12345
  1. <?php
  2. if ($this->category) {
  3. $this->renderHelper('category/update');
  4. }