wml_templated_home_linkWhat it does:
Returns the following WML fragment:Defined in: /web/philip/tcl/wap-defs.tcl<template> <do type="options" name="home" label="Home"> <go href="$wap_home"/> </do> </template>
Source code:
return "<template>
<do type=\"options\" name=\"home\" label=\"Home\">
<go href=\"[wap_home]\"/>
</do>
</template>
"