Index: openacs-4/packages/openacs-bootstrap3-theme/tcl/init-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/tcl/init-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/openacs-bootstrap3-theme/tcl/init-procs.tcl 2 Aug 2018 11:20:04 -0000 1.2 +++ openacs-4/packages/openacs-bootstrap3-theme/tcl/init-procs.tcl 2 Aug 2018 13:11:39 -0000 1.3 @@ -13,7 +13,7 @@ # # Provide paths for loading either via resources or CDN # - set resourceDir [acs_package_root_dir openacs-bootstrap3-theme/www/resources]/bootstrap + set resourceDir [acs_package_root_dir openacs-bootstrap3-theme/www/resources/bootstrap] set resourceUrl /resources/openacs-bootstrap3-theme/bootstrap set cdn "//maxcdn.bootstrapcdn.com/bootstrap" set version $openacs_bootstrap3_theme::bootstrap_version @@ -27,12 +27,17 @@ } lappend result \ - cdn $cdn \ resourceDir $resourceDir \ + cdn $cdn \ + cdnHost $cdnHost \ prefix $prefix \ cssFiles {css/bootstrap.min.css} \ jsFiles {js/bootstrap.min.js} \ - extraFiles {fonts/glyphicons-halflings-regular.woff fonts/glyphicons-halflings-regular.ttf} + extraFiles {fonts/glyphicons-halflings-regular.woff fonts/glyphicons-halflings-regular.ttf} \ + urnMap { + urn:ad:css:bootstrap3 css/bootstrap.min.css + urn:ad:js:bootstrap3 js/bootstrap.min.js + } return $result }