how can I determine the path of a site using php/smarty?
- by Kyle Sevenoaks
Ok, say I have a page with the url: URL.com/checkout/completed, how can I setup an if statemet to perform:
<if "This page has url of checkout/completed">
Content
<else>
No content
</if>
Is there a way? A simple way, my php/smarty-fu lacks.. A lot.
Thanks.