summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/base.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-10 18:10:34 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-10 18:10:34 +0100
commit70749232e6ea7875c14e98c79065340c680168e9 (patch)
treef0eeebf1d989d0672417e471ee33ae45ad1088d4 /module/web/templates/default/base.html
parentfixed manage.py, addBox working, some code formatted and cleaned (diff)
downloadpyload-70749232e6ea7875c14e98c79065340c680168e9.tar.xz
new addbox design
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r--module/web/templates/default/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 7171a1f1c..6f9d5ff46 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -7,6 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/default.css">
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/jquery-ui-1.7.2.custom.css">
+<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/window.css">
<script src="{{ MEDIA_URL }}js/jquery-1.3.2.min.js"></script>
<!--<script src="{{ MEDIA_URL }}js/jquery-ui-1.7.2.custom.min.js"></script>-->
<script src="{{ MEDIA_URL }}js/sprintf.js"></script>