How to access to specific module action with an a href link
Posted: Sun Dec 21, 2008 6:44 am
Hi, I think this is very simple but I search and test all the documentation I found but I don't get the result, someone can help me?
Let's say I have a file called action.showlist.php on my module called Mymodule
How can I access to this file from a direct link on my any other module template?
If I try this code:
show list
I get a blank page...
I try this too changin all and nothing...
$this->smarty->assign('show_list',$this->CreateFrontendLink($id, '', 'showlist', 'nombre del link', '', '',false, true, '', false));
help me please...
Let's say I have a file called action.showlist.php on my module called Mymodule
How can I access to this file from a direct link on my any other module template?
If I try this code:
show list
I get a blank page...
I try this too changin all and nothing...
$this->smarty->assign('show_list',$this->CreateFrontendLink($id, '', 'showlist', 'nombre del link', '', '',false, true, '', false));
help me please...