diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-10 18:10:34 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-10 18:10:34 +0100 |
commit | 70749232e6ea7875c14e98c79065340c680168e9 (patch) | |
tree | f0eeebf1d989d0672417e471ee33ae45ad1088d4 /module/web/templates/default/base.html | |
parent | fixed manage.py, addBox working, some code formatted and cleaned (diff) | |
download | pyload-70749232e6ea7875c14e98c79065340c680168e9.tar.xz |
new addbox design
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 1 |
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>
|