"link" macro updated to new url naming scheme
This commit is contained in:
parent
1362f79df4
commit
550d0fb5e2
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ def:parseTree(root) ?><?cs #
|
|||
--><?cs
|
||||
/def ?><?cs
|
||||
|
||||
def:link(attr1, value1, attr2, value2, attr3, value3)
|
||||
def:link(path, attr1, value1, attr2, value2)
|
||||
?><?cs each:attrs = Temp
|
||||
?><?cs set:attrs = ""
|
||||
?><?cs /each
|
||||
|
@ -59,8 +59,8 @@ def:link(attr1, value1, attr2, value2, attr3, value3)
|
|||
?><?cs /each
|
||||
?><?cs if:attr1 != "" ?><?cs set:Temp[attr1] = value1 ?><?cs /if
|
||||
?><?cs if:attr2 != "" ?><?cs set:Temp[attr2] = value2 ?><?cs /if
|
||||
?><?cs if:attr3 != "" ?><?cs set:Temp[attr3] = value3 ?><?cs /if
|
||||
?><?cs var:ScriptName
|
||||
?>/<?cs:var:path
|
||||
?><?cs set:first_each = 1
|
||||
?><?cs if:subcount(Temp) > 0
|
||||
?><?cs each:attrs = Temp
|
||||
|
|
Loading…
Reference in a new issue