How can i use umbraco.library in a template ? I want to use umbraco.library:niceurl in a template. Actually i want to create a link, when that link is clicked i want to return to parent page, hence i want to use umbraco.library:niceurl function to which i will be passing parent id.
How can i use umbraco.library in a template ?
Hi
How can i use umbraco.library in a template ? I want to use umbraco.library:niceurl in a template. Actually i want to create a link, when that link is clicked i want to return to parent page, hence i want to use umbraco.library:niceurl function to which i will be passing parent id.
Thanks and Regards
Madhav
Madhav,
Sure, you can use in-line code in your master templates (I am assuming you are using Umbraco v4).
Try something like this:
Replace the "1066" with whatever your nodeId will be. Play around with it, see how it goes.
Cheers, Lee.
is working on a reply...