Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [carfac] Help With Global: Edit Log

Here is the list of edits for this post
Re: [carfac] Help With Global
Well, you did change the template code...
Here's what you probably want:
Code:
<%~if Eng_Title%>
<%~set Eng_Title_loop = Eng_Title_1($Eng_Title)%>
English Title<%if Eng_Title_loop.length > 1%>s<%endif%>:
<%loop Eng_Title_loop%>
"<em><%loop_value%></em><%if Eng_Title_loop.length > 1%><%if not last%>,<%else%>.<%endif%><%endif%>"
<%set i = $Eng_Title_loop.length - 1%><%if Eng_Title_loop.length > 1 and $i == $row_num%> and<%endif%>
<%endloop%>
<%~endif%>

Adrian

Last edited by:

brewt: May 14, 2008, 3:18 PM

Edit Log: