Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     if (!$this->getBreadcrumbsSeparator()) {
         return;
     }
     $fullActionCode = Mage::helper('seo')->getFullActionCode();
     $allowedActions = array('cms_page_view', 'blog_index_list', 'blog_post_view', 'blog_cat_view');
     if (Mage::registry('current_category') || Mage::registry('current_product') || in_array($fullActionCode, $allowedActions)) {
         $this->_prepareBreadcrumbs();
         $this->setTemplate('seo/breadcrumbs.phtml');
     }
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('atwix/page/html/breadcrumbs.phtml');
 }
Ejemplo n.º 3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('magesty/crumbs/breadcrumbs.phtml');
 }
Ejemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->addCrumb('GOOGLE', ['label' => 'Doogle', 'title' => 'Woogle', 'link' => 'http://google.com']);
 }