Hi there,
I'm using a component function to get a url for an article within my tpl.
I also have a cms-snippet defined in which I want to put the url.
Both values are available in the tempalte.
The cms-snippet contains something like
I got my tpl-varaible $sUrl
I like to replace the '[LINK]' of the snippet with the content that's included in $sUrl.
How can I do that?
:confused:
Thans in advance.
Kind regards
Stefan
I'm using a component function to get a url for an article within my tpl.
I also have a cms-snippet defined in which I want to put the url.
Both values are available in the tempalte.
The cms-snippet contains something like
Code:
click on this [LINK]
I like to replace the '[LINK]' of the snippet with the content that's included in $sUrl.
How can I do that?
:confused:
Thans in advance.
Kind regards
Stefan