I am currently working on a site where I have 1 page. On this page I start out with 1 module. This module creates a link (With CreateFrontendLink) to the same page and the same module. I use this code
Code: Select all
echo $this->CreateFrontendLink($id, $returnid, 'default', 'Producten', array('display'=>'showcategory', 'showid'=>$params['category']), '', false, true);
On that page I use the same module to create a link to the same page but a different module
Code: Select all
$MA = $this->GetModuleInstance('MemberAdmin');
$MA->CreateFrontendLink($id, $returnid, 'default', '', array('display'=>'search', 'view_company'=>$row['CompanyID']), '', true, true);
How can I fix this?
Here's a link to the website: http://www.presenter.nl/eengoedhulpmidd ... eedtafel-2