Example #1
0
 public function initHeader()
 {
     parent::initHeader();
     if ($this->is_seller) {
         $this->context->smarty->assign(array('show_new_orders' => 0, 'show_new_customers' => 0, 'show_new_messages' => 0));
     }
 }