> The new template file looks like:
> 
> <TMPL_LOOP ROWS>
> <br>
> <br>
> <TMPL_VAR NAME=MODEL_NAME>
> <br>
> <img src="<TMPL_VAR NAME=MODEL_THUMB>" border=0 height=100 width=100>
> <br>
> Can be seen at:
> 
> <TMPL_LOOP URLLOOP>
>                 Model Name: <TMPL_VAR NAME=MODEL_NAME>
>                 Model Comp: <TMPL_VAR NAME=MODEL_COMP>
> 
>         <TMPL_IF EXPR=MODEL_COMP eq MODEL_NAME">
>                 Model Name: <TMPL_VAR NAME=MODEL_NAME>
>                 Model Comp: <TMPL_VAR NAME=MODEL_COMP>
>                 The URL on match: <TMPL_VAR NAME=MODEL_URL>
>         </TMPL_IF>
> </TMPL_LOOP>
> 
> </TMPL_LOOP>
> <br>

It looks like you are missing a " after the EXPR ...?
Mat


-------------------------------------------------------
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