Thursday 03 February 2005 10:31:03 am
Here's a detailed version of the problem. I'll repeat the codes. 1st code:
{section show=$title_link}
{section show=$title_url}
Text
{/section}
{/section}
2nd code:
{section show=and($title_link,$title_url)}
Text
{/section}
As far as I know this two codes should return the same values regardless of what are the values of $title_link and $title_url variables. Because that's what the "and()" operator does. Am I right?
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|