Revision 3693
Added by barteau almost 17 years ago
lib/style/skins/account/account.js | ||
---|---|---|
87 | 87 |
|
88 | 88 |
// Location of the header that will be displayed at the top of the page |
89 | 89 |
var HEADER_URL |
90 |
= "@systemidserver@/@context@@style-skins-relpath@/account/header.html";
|
|
90 |
= "./header.html";
|
|
91 | 91 |
|
92 | 92 |
// Location of the search box that will be displayed above the |
93 | 93 |
// results on the results page (optional) |
94 | 94 |
var SEARCHBOX_URL |
95 | 95 |
= ""; |
96 |
//= "@systemidserver@/@context@@style-skins-relpath@/esa/searchform.html";
|
|
96 |
//= "../esa/searchform.html";
|
|
97 | 97 |
|
98 | 98 |
// Location of the header that will be displayed at the top of the page |
99 | 99 |
var LEFTCOL_URL |
Also available in: Unified diff
Turnkey Installer modification: replaced ant tokens with relative paths.