CreateReturnLink & $params array
Posted: Thu Aug 06, 2009 8:31 am
Hi there!
Im trying to make a returnlink wich also sends some params back... But that just doesn't work...
$this->smarty->assign('back_href', $this->CreateReturnLink($id, $returnid, '', array('categoryid'=>$categoryid), true));
this creates a link that looks like this:
index.php?page=bulletins&cntnt01categoryid=49
but when i print the $params array it doesnt show the categoryid... Does anybody know why?
Thanks in advance!
Im trying to make a returnlink wich also sends some params back... But that just doesn't work...
$this->smarty->assign('back_href', $this->CreateReturnLink($id, $returnid, '', array('categoryid'=>$categoryid), true));
this creates a link that looks like this:
index.php?page=bulletins&cntnt01categoryid=49
but when i print the $params array it doesnt show the categoryid... Does anybody know why?
Thanks in advance!