Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do i get the url of the current page im on, can this be done useing a macro?
Hi Steweir,
You could use something like this in your XSLT macro.
<xsl:value-of select="umbraco.library:NiceUrl($currentPage/@id)"/>
Bas
thats what i was looking for
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get the URL of the current page
How do i get the url of the current page im on, can this be done useing a macro?
Hi Steweir,
You could use something like this in your XSLT macro.
<xsl:value-of select="umbraco.library:NiceUrl($currentPage/@id)"/>
Bas
thats what i was looking for
Thanks
is working on a reply...