changeset 342:8587c7a22094

Moved the social block up higher, just below the main nav.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Feb 2011 01:58:49 +0000
parents 871a54546808
children cfad8d605cb8
files gpp/templates/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/base.html	Sun Feb 27 01:03:17 2011 +0000
+++ b/gpp/templates/base.html	Sun Feb 27 01:58:49 2011 +0000
@@ -71,6 +71,7 @@
       <li><a href="{% url 'haystack_search' %}">Search</a></li>
       <li><a href="{% url 'ygroup-thread_index' %}">Yahoo Group</a></li>
    </ul>
+   {% include 'core/social_block.html' %}
    {% cache 300 potd_block %}
       {% photo_of_the_day %}
    {% endcache %}
@@ -78,7 +79,6 @@
    {% cache 60 irc_block %}
       {% irc_status %}
    {% endcache %}
-   {% include 'core/social_block.html' %}
 </div>
 
 <div id="content-primary" class="span-19 last">