diff --git a/templates/forum/index.html.twig b/templates/forum/index.html.twig index f4bcc13..bd39dd2 100644 --- a/templates/forum/index.html.twig +++ b/templates/forum/index.html.twig @@ -1,7 +1,7 @@ {% extends 'layout.html.twig' %} {% block body %} - + {% for catKey, category in topics %}
diff --git a/templates/layout.html.twig b/templates/layout.html.twig index 8dcb253..e71162f 100644 --- a/templates/layout.html.twig +++ b/templates/layout.html.twig @@ -12,16 +12,16 @@ Newsstand
  • - Latest articles + Latest
  • - Forum + Topics
  • Multimedia
  • - Reading Lists + Lists
  • {% if is_granted('ROLE_ADMIN') %}
  • @@ -32,7 +32,7 @@ {{ 'heading.search'|trans }}
  • - Write Article + Write
  • Overview