> I seems that when I call:
> 
>                 Model Name: <TMPL_VAR NAME=MODEL_NAME>
>                 Model Comp: <TMPL_VAR NAME="MODEL_COMP">
> 
> from within: <TMPL_LOOP URLLOOP>
> 
> It prints the correct data.
> 
> Now.. Since that works, am I just using the:
> 
> <TMPL_IF NAME="MODEL_COMP eq MODEL_NAME">
> 
> Statement WRONG? The data between the IF statement never gets displayed.

Yep, you need to use <TMPL_IF EXPR="MODEL_COMP eq MODEL_NAME">

Note the "EXPR".

That should fix it...

Mathew


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to