wml_templated_home_link

one of the documented procedures in this installation of the ACS
Usage:
wml_templated_home_link
What it does:
Returns the following WML fragment:
<template>
  <do type="options" name="home" label="Home">
    <go href="$wap_home"/>
  </do>
</template>
Defined in: /web/philip/tcl/wap-defs.tcl

Source code:


    return "<template>
  <do type=\"options\" name=\"home\" label=\"Home\">
    <go href=\"[wap_home]\"/>
  </do>
</template>
"


philg@mit.edu