One Style

defined in /web/philip/tcl/ecommerce-styles.tcl, part of the style module of the ArsDigita Community System
This page shows the available information on one style defined using ad_register_styletag.

ec_navbar

insert the standard ecommerce navigation bar; the location parameter can be used to specify the current location, either "Shopping Cart" or "Your Account" or "Home"
Source code:

#    upvar db db
    
    eval "uplevel { ec_navbar \$db \[subst \"$string\"\] }"


philg@mit.edu