Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
joshuaj Posted January 3, 2019 Posted January 3, 2019 I am wondering if there is a conditional statement I can use based on a URL? I want to tell IPS to show some HTML IF it's on a specific URL Is this possible?
newbie LAC Posted January 3, 2019 Posted January 3, 2019 You can use the current url \IPS\Request::i()->url() {{ if \IPS\Request::i()->url() === 'some_url'}} HTML {{endif}}
Recommended Posts
Archived
This topic is now archived and is closed to further replies.