Esempio n. 1
0
 /**
  * Retrieve block title
  *
  * @return string
  */
 public function getTitle()
 {
     if ($this->_getHelper()->isMultipleEnabled()) {
         return $this->__('My Wishlists <small>(%d)</small>', $this->getItemCount());
     } else {
         return parent::getTitle();
     }
 }