I want the links on my page to be relevant to whatever page I'm using at that minute eg.
I just have one template sheet, so I just want to output something like this
... and have the link relevant to demo if I'm on the demo page and test if I'm on the test page. But I want to use the same html for both pages. Is this possible ?
Code:
<a href='/demo.php?style=classic&mode=coverletter'>
<a href='/test.php?style=classic&mode=coverletter'>
Code:
<a href='?style=classic&mode=coverletter'>