Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <div class="category-title">
  2. <h1><?php echo $_category->getName() ?></h1>
  3. </div>
  4.  
  5. <div class="category-title">
  6. <h1>
  7. <?php echo $this->__('%s %s products in our store!', $_category->getProductCount(), $_category->getName()) ?>
  8. </h1>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement