Don't forget to change ezurl to ezroot for link tags
Joel Hardi
Thursday 13 May 2004 9:29:11 pm
When changing ezurl to ezroot, you'll also want to change it for <link> tags inside of XML text fields. To do this, override the template /design/standard/templates/content/datatype/view/ezxmltags/link.tpl and change:
Don't forget to change ezurl to ezroot for link tags
Joel Hardi
Thursday 13 May 2004 9:29:11 pm
<a href={$href|ezurl} {section show=$target}target="{$target}"{/section}>{$content}</a>
to
<a href={$href|ezroot} {section show=$target}target="{$target}"{/section}>{$content}</a>
(This example based on 3.3-4 ... if you have a different version your link.tpl might be slightly different.)