Wednesday 03 January 2007 12:50:15 pm
The site I am developing uses a non-western lettering so my nodes are named as node_35, node_32, etc. The url of the node being fetched looks ok if using the following: {foreach $Articles as $article}
{$article|attribute(show,1)}
url string 'node_59/node_64/node_76/node_113' url_alias string 'node_59/node_64/node_76/node_113' but it is doubled if using {$article.url_alias}
see link below www.xyzabc.com/node_59/node_64/node_59/node_64/node_76/node_113 if I do: {$article.url_alias|ezurl}
I get a url as: www.xyzabc.com/node_59/node_64/node_76/ missing node_113. This is so weired. Is this a bug?
|