callback::subsite::theme_changed::impl::openacs-default-theme (private)

 callback::subsite::theme_changed::impl::openacs-default-theme \
    -subsite_id subsite_id -old_theme old_theme -new_theme new_theme

Defined in packages/openacs-default-theme/tcl/theme-procs.tcl

Implementation of the theme_changed callback which is called, whenever a theme is changed

Switches:
-subsite_id
(required)
subsite, of which the theme was changed
-old_theme
(required)
the name of the old theme
-new_theme
(required)
the name of the new theme
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    ::callback::subsite::theme_changed::contract__arg_parser {*}$args

    ns_log notice "openacs-default-theme: theme of subsite $subsite_id changed from $old_theme to $new_theme"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: