PDA

View Full Version : "Back To" Button


uk_martin
05-19-2005, 01:51 AM
hi

What I would like to do is to set up links to categories from an image map (of Europe) ie. Germany will be one category, Spain will be another etc etc. I'm quite happy about linking the image map to the category listings pages in the script, but I was just wondering how best to program a similar button to go straight back to the map, in order to select another category.

As I see it, unless the map can be done in PHP, I would have to resort to a standard HTML document for the purpose (call it index.html), so what I need to know is where to put a link in the PHP script to get back to index.html from wherever I am in the review script.

Thanks in anticipation of assistance

Martin

imported_Tim Mousel
05-19-2005, 04:40 PM
Hi,

First, I suggest you name the page index.php. You can still treat it like a normal html page but the php extension will give it more functionality should you need it.

If you want a link that says "Back to Map" on every page, you could put that in the footer section of body.php.

Tim