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_user_string

insert a user-specific string
Source code:

    upvar db db
    upvar ec_user_string ec_user_string

    if { [info exists ec_user_string] } {
	return $ec_user_string
    } else {
	return "<blockquote>
<pre>
<b>No user string.</b>
We can't find a user-specific string for this style template.
Please contact <a href=\"mailto:[ad_host_administrator]\">[ad_host_administrator]</a>
</pre>
</blockquote>"
    }


philg@mit.edu