hi,
I want to create a back button on the prod list/prod info page .
Now I can get the c_path of the current link with $_GET['cPath'].
I can use a <a href... with the path to call worked out from looing up the db with the cpath. In prod list i can call the previous page by omitting the last paramter on another <a href ...call.
I can do it using a standard html/php solution.
How do I use the ZC way as it uses
zen_href_link(zen_get_info_page....
I don't know how to work these commands as i can't get any documentation on it.
Bookmarks