diff options
author | ivan <ivan> | 2006-07-09 14:35:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-07-09 14:35:30 +0000 |
commit | a8665e44dbd99bd864e48231928405a31cedce5f (patch) | |
tree | 04d798e718fffc5d68223149d2611b016aff3a34 /rt/html/Elements/Header | |
parent | 1f759ea4c4755370080bf72f339e18ab863756c7 (diff) |
fix the image path in the kludged looknfeel integration
Diffstat (limited to 'rt/html/Elements/Header')
-rw-r--r-- | rt/html/Elements/Header | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/html/Elements/Header b/rt/html/Elements/Header index bad8b58eb..c1bc92afd 100644 --- a/rt/html/Elements/Header +++ b/rt/html/Elements/Header @@ -67,7 +67,7 @@ function hideshow(num) { </script> <& /Elements/Callback, _CallbackName => 'Head', %ARGS &> </HEAD> -<BODY BACKGROUND="<%$fsurl%>images/background-cheat.png" STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0" +<BODY BACKGROUND="<% $RT::URI::freeside::URL %>/images/background-cheat.png" STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0" % if ($Focus) { ONLOAD=" var tmp = (document.getElementsByName('<% $Focus %>')); |