Index: openacs-4/packages/ecommerce/www/doc/style-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/Attic/style-one.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/style-one.tcl 20 Apr 2001 20:51:14 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/style-one.tcl 31 Jan 2002 06:42:00 -0000 1.2 @@ -11,15 +11,10 @@ style_name:notnull } - -ns_share ad_styletag -ns_share ad_styletag_source_file - - doc_return 200 text/html "[ad_admin_header "One Style"]

One Style

-defined in $ad_styletag_source_file($style_name), part of the +defined in [nsv_get ec_styletag_source_file $style_name], part of the style module of the ArsDigita Community System
@@ -30,13 +25,13 @@
-$ad_styletag($style_name) +[nsv_get ec_styletag $style_name]
Source code:
-[ad_quotehtml [info body ad_style_$style_name]]
+[ad_quotehtml [info body ec_style_$style_name]]
 
[ad_admin_footer]