remove or hide left and right column - prestashop

public function initContent()
 {
      $this->display_column_left = false;
      $this->display_column_right = false;
  }

Comments

Popular Posts