aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/popup_main.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/popup_main.tt2
parentf5277f0a49bfb6eb48c27de4d644b2f9e2f94e4f (diff)
Provisions for mod_perl use, take one.
Diffstat (limited to 'tmpl/popup_main.tt2')
-rw-r--r--tmpl/popup_main.tt24
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/popup_main.tt2 b/tmpl/popup_main.tt2
index 11cfc73..e753088 100644
--- a/tmpl/popup_main.tt2
+++ b/tmpl/popup_main.tt2
@@ -5,8 +5,8 @@
<base href="[% base_url %]">
<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">
<script type="text/javascript">
var use_ajax_navigation=[% IF is_ajax %]1[% ELSE %]0[% END %];