Switch to edit mode.
Name(s): nav_links1: "Takes link descriptions in the format of {rel, href, title} and returns properly constructed <LINK ...> tags. See $root:www_nav_links" 2: text = {} 3: for link in (args[1]) 4: {rel, href, title} = link 5: text = {@text, this:tag_implode_args("LINK", {"REL", rel}, {"HREF", href}, {"TITLE", title})} 6: endfor 7: return text 8: "Last modified by Dax (#789) on Mon Oct 22 14:03:32 2001 MDT."