This is a little hard to explain, but I am trying to create a Notice that includes a link that is relative to the page currently being viewed.
Essentially I'm trying to do the following:
Sadly current_url is just made up, but I'm hoping there might be a way to grab the current URL, a bit like how you can grab the current username using {name}.
Essentially I'm trying to do the following:
Code:
<a href="{current_url}/my_own_variable">
Sadly current_url is just made up, but I'm hoping there might be a way to grab the current URL, a bit like how you can grab the current username using {name}.