index.tcl

Location:
/packages/highcharts/www/sitewide-admin/index.tcl
Author:
Gustaf Neumann
Created:
Aug 6, 2018

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {
    @author Gustaf Neumann

    @creation-date Aug 6, 2018
} {
}

set version $::highcharts::version
set resource_info [::highcharts::resource_info]
set download_url download

set title "[dict get $resource_info resourceName] Package - Sitewide Admin"
set context [list $title]

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