openacs_bootstrap3_theme::apm::before_uninstall (private)

 openacs_bootstrap3_theme::apm::before_uninstall

Defined in packages/openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl

Uninstall the package

Partial Call Graph (max 5 caller/called nodes):
%3 subsite::delete_subsite_theme subsite::delete_subsite_theme (public) subsite::get_theme subsite::get_theme (public) subsite::set_theme subsite::set_theme (public) openacs_bootstrap3_theme::apm::before_uninstall openacs_bootstrap3_theme::apm::before_uninstall openacs_bootstrap3_theme::apm::before_uninstall->subsite::delete_subsite_theme openacs_bootstrap3_theme::apm::before_uninstall->subsite::get_theme openacs_bootstrap3_theme::apm::before_uninstall->subsite::set_theme

Testcases:
No testcase defined.
Source code:
    if {[subsite::get_theme] in {openacs_bootstrap3 openacs_bootstrap3_turquois}} {
        subsite::set_theme -theme default_plain
    }
    subsite::delete_subsite_theme -key openacs_bootstrap3
    subsite::delete_subsite_theme -key openacs_bootstrap3_turquois
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: