Hello, Can someone please let me know what the url value is that I can call using the smarty template value. Just need the pages exact url so I can call it and place it into a piece of HTML that I have got. Glen
do u mean u want to print requested url? if yes this is the code: echo $_SERVER[REQUEST_URI]; PHP: otherwise plz explain it in a proper way.
For the page your on it would be: {$smarty.get.page} Code (markup): Or here's more examples http://www.smarty.net/manual/en/language.variables.smarty.php