Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [ryel01] Selecting A Loop?: Edit Log

Here is the list of edits for this post
Re: [ryel01] Selecting A Loop?
I'm not sure you can use "if" tags for loops...if you could the syntax would be:

<%if links_loop or link_results_loop%>

...however you may need to do this with perl code (a global tag or whatever)....eg...

Code:
if (scalar @{$tags->{links_loop}} or scalar @{$tags->{link_results_loop}}) ) {
return 1
}

Last edited by:

Paul: Jul 16, 2002, 3:34 PM

Edit Log: