diff options
author | goatchurch <devnull@localhost> | 2009-07-27 13:42:54 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-07-27 13:42:54 +0100 |
commit | 68060d6118b47c54c34004b97ef13d5200cdd401 (patch) | |
tree | d557d0213a729237778dbf8192a2f3145795d890 /templates/base.html | |
parent | ddbdc73e7eef3f63e8cd32172f6559759b896388 (diff) | |
download | troggle-68060d6118b47c54c34004b97ef13d5200cdd401.tar.gz troggle-68060d6118b47c54c34004b97ef13d5200cdd401.tar.bz2 troggle-68060d6118b47c54c34004b97ef13d5200cdd401.zip |
[svn] some file reading things
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index 7f5a278..b0c986c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -59,13 +59,6 @@ {% endblock %}
</div>
-<div id="eyeCandyFooterPopUps" class = "eyeCandy">
-
-</div>
-{% block margins %}
-<img class="leftMargin eyeCandy" src="{{ settings.MEDIA_URL }}eieshole.jpg">
-<img class="rightMargin eyeCandy" src="{{ settings.MEDIA_URL }}goesser.jpg">
-{% endblock margins %}
<ul class="dropdown" id="footerLinks">
|