download.tcl

Location:
/packages/openacs-bootstrap3-theme/www/sitewide-admin/download.tcl
Author:
Gustaf Neumann
Created:
Aug 1, 2018

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {
    @author Gustaf Neumann

    @creation-date Aug 1, 2018
} {
    {version:word,notnull ""}
}

if {$version eq ""} {
    set version $::openacs_bootstrap3_theme::bootstrap_version
}
::util::resources::download \
    -version_dir $version \
    -resource_info [::openacs_bootstrap3_theme::resource_info]

ad_returnredirect .

# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: