Wednesday 05 July 2006 7:19:00 am
$module_result only exists in pagelayout.tpl, not in node override templates. To get the url in a node template you can use $node.url_alias or simply $node.url. However, if you require different processing based on different siteaccesses maybe it's best to create different templates for the different siteaccessses?
|