Index: openacs-4/packages/openacs-default-theme/tcl/theme-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/tcl/theme-procs.tcl,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/openacs-default-theme/tcl/theme-procs.tcl 7 Aug 2017 23:48:13 -0000 1.2 +++ openacs-4/packages/openacs-default-theme/tcl/theme-procs.tcl 9 Feb 2020 15:47:16 -0000 1.2.2.1 @@ -1,7 +1,7 @@ ad_library { Provides a simple API theme interactions - + @author Gustaf Neumann @creation-date 05 July 2015 } @@ -14,7 +14,7 @@ } { Implementation of the theme_changed callback which is called, whenever a theme is changed - + @param subsite_id subsite, of which the theme was changed @param old_theme the name of the old theme @param new_theme the name of the new theme @@ -23,3 +23,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: