Index: openacs-4/packages/static-pages/tcl/static-pages-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-init.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/static-pages/tcl/static-pages-init.tcl 1 Nov 2003 08:45:39 -0000 1.4 +++ openacs-4/packages/static-pages/tcl/static-pages-init.tcl 12 Apr 2013 16:12:57 -0000 1.5 @@ -9,7 +9,7 @@ # the server root (e.g., "/web/mysite/"), not the web root (e.g., # "/web/mysite/www/"): --atp@piskorski.com, 2002/12/12 16:17 EST - nsv_set CR_LOCATIONS STATIC_PAGES "[file dirname [string trimright [ns_info tcllib] "/"]]" + nsv_set CR_LOCATIONS STATIC_PAGES "[file dirname [string trimright $::acs::tcllib "/"]]" }