View/Edit #52:nav_links

Switch to edit mode.

Name(s): nav_links
1: "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."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Hacker (#60)

You are not logged in.

[home | help | who | search | setup | code]