Index: openacs-4/www/blank-compat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-compat.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/www/blank-compat.tcl 12 Mar 2007 20:16:54 -0000 1.1.2.2 +++ openacs-4/www/blank-compat.tcl 13 Mar 2007 16:05:18 -0000 1.1.2.3 @@ -66,3 +66,13 @@ } } } + +if {![template::multirow exists link]} { + template::multirow create link rel type href title lang media +} + +# DRB: this shouldn't really be in blank master, there should be some way for the templating +# package to associate a particular css file with pages that use particular form or list +# templates. Therefore I'll put the hard-wired values in blank-compat for the moment. +multirow append link stylesheet text/css /resources/acs-templating/lists.css "" [ad_conn language] all +multirow append link stylesheet text/css /resources/acs-templating/forms.css "" [ad_conn language] all