aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/prefs.tt2
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-07 20:31:11 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-07 20:31:11 +0100
commit378a912bf79e1e5b6384b02b14919371ac0c4785 (patch)
treea7969b83c550188e093ac7e5b4aa5a6542908fd5 /tmpl/prefs.tt2
parentf5277f0a49bfb6eb48c27de4d644b2f9e2f94e4f (diff)
Provisions for mod_perl use, take one.
Diffstat (limited to 'tmpl/prefs.tt2')
-rw-r--r--tmpl/prefs.tt26
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/prefs.tt2 b/tmpl/prefs.tt2
index a7fc223..a92061d 100644
--- a/tmpl/prefs.tt2
+++ b/tmpl/prefs.tt2
@@ -3,8 +3,8 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <script type="text/javascript" src="../../js/lxrng-funcs.js"></script>
- <link rel="stylesheet" href="../../css/lxrng.css" type="text/css" title="LXRng">
+ <script type="text/javascript" src="../.static/js/lxrng-funcs.js"></script>
+ <link rel="stylesheet" href="../.static/css/lxrng.css" type="text/css" title="LXRng">
<title id="title">LXR Preferences</title>
</head>
@@ -19,7 +19,7 @@
</span>
<div class="lxr_menu">
- <span class="lxr_prefs"><a href="./[% return %]">Back</a></span>
+ <span class="lxr_prefs"><a href="[% return %]">Back</a></span>
</div>
<div class="headingbottom"></div>
</div>