Hi,
I have this code to link to my tell-a-friend-page (simplified):
{exp:channel:entries channel="{tec_my_channel}" limit="1" disable="member_data|trackbacks|pagination" track_views="three" status="open" cache="no" refresh="2500" require_entry="yes"}
{if no_results OR segment_5!=""}{redirect="technik/404"}{/if}
{if dachzeile != ""}<h4>{dachzeile}</h4><p>{/if}<br />
<h1>{title}</h1><br />
{if thumb_bild}{thumb_bild}{/if}</p>
<p>{tec_empfehlen}</p>
<p>...<br />
{/exp:channel:entries}Now the snippet “tec_empfehlen” contains
<a href="http://{permalink={tec_my_template_group}/tell_friend}">recommend this entry</a>But the link is parsed as
<a href="http://www.lehrerfreund.de/technik/1s/bauteil-in-perspektive-ansichten-finden/{permalink={tec_my_template_group}/tell_friend}">http://www.lehrerfreund.de/technik/1s/bauteil-in-perspektive-ansichten-finden/{permalink={tec_my_template_group}/tell_friend}</a>When I take the code of the snippet and put it into the template, everything works correctly.
I know that there is the parse-order, but in another template (which is quite similar to the one I quoted above) I call a snippet which is also very much similar to the one I quoted above - and there it works.
Is there any help or idea?
Thanks in advance!