From 2a243b2acbafee340a9f1b85d4a1353b613deb58 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sat, 18 Feb 2012 16:45:55 +1100 Subject: [PATCH] frameset theme fix --- templates/themes/frameset/sidebar.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/templates/themes/frameset/sidebar.html b/templates/themes/frameset/sidebar.html index bacf95d7..5ae6ab38 100644 --- a/templates/themes/frameset/sidebar.html +++ b/templates/themes/frameset/sidebar.html @@ -20,24 +20,21 @@
  • [News]
  • -
  • - [Remove Frames] -
  • - {% for category, boards in config.categories %} + {% for category, boards in categories %}
    {{ category }} {% for board in boards %}
  • - {{ board }} + {{ board.title }}
  • - {% endif %} + {% endfor %}
    - {% endif %} + {% endfor %} {% for category, links in config.custom_categories %}
    @@ -48,9 +45,9 @@
  • {{ title }}
  • - {% endif %} + {% endfor %}
    - {% endif %} + {% endfor %} {% endfilter %}