|
@@ -11,7 +11,7 @@ function _setup() {
|
|
|
page.head.write("<style type='text/css'>\n"+
|
|
|
" #appjetfooterlinks a { text-decoration:none; color:#666; }\n"+
|
|
|
"</style>\n");
|
|
|
- import({}, "lib-utils/footer").extendTheFooter(function() {
|
|
|
+ import({}, "lib-support/footer").extendTheFooter(function() {
|
|
|
var result = SPAN({id:"appjetfooterlinks"}), delim = "";
|
|
|
eachProperty(_links, function(key, value) {
|
|
|
result.push(delim, link(key, value.replace(" ", "\xa0", "g"))); // non-breaking spaces
|