Jump to content

Add a shortcut in a menu


Nyah

Recommended Posts

public function initPageHeaderToolbar()
	{
		if (empty($this->display))
			$this->page_header_toolbar_btn['new_supplier'] = array(
				'href' => self::$currentIndex.'&addsupplier&token='.$this->token,
				'desc' => $this->l('Add new supplier', null, null, false),
				'icon' => 'process-icon-new'
			);

		parent::initPageHeaderToolbar();
	}

This is the code to add a new Supplier, it's in AdminSuppliersController.php

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...