Index: openacs-4/packages/acs-templating/acs-templating.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/acs-templating.info,v diff -u -r1.74 -r1.75 --- openacs-4/packages/acs-templating/acs-templating.info 30 Oct 2024 15:32:04 -0000 1.74 +++ openacs-4/packages/acs-templating/acs-templating.info 30 Oct 2024 16:25:54 -0000 1.75 @@ -9,7 +9,7 @@ f t - + OpenACS Templating library. 2024-09-02 @@ -27,7 +27,7 @@ GPL version 2 3 - + Index: openacs-4/packages/acs-templating/tcl/style-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/style-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-templating/tcl/style-procs.tcl 30 Oct 2024 15:32:05 -0000 1.9 +++ openacs-4/packages/acs-templating/tcl/style-procs.tcl 30 Oct 2024 16:25:54 -0000 1.10 @@ -95,6 +95,13 @@ return ${:preferredCSSToolkit} } + :public object method toolkits {} { + # + # Return the list of known toolkits + # + return [dict keys ${:cssClasses}] + } + :public object method icon_name {filename} { # # Return an icon name for the proved filename