diff options
Diffstat (limited to 'program/templates/v2/boxes/showtopic.html')
-rw-r--r-- | program/templates/v2/boxes/showtopic.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/program/templates/v2/boxes/showtopic.html b/program/templates/v2/boxes/showtopic.html deleted file mode 100644 index 93e873a..0000000 --- a/program/templates/v2/boxes/showtopic.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if showtopic_list %} - <dl id="filterbox_showtopic" class="portlet filterbox"> - <dt class="portletHeader"><span>Thema / Schwerpunkt<span></dt> - <dd class="portletItem"> - <ul> - {% for showtopic in showtopic_list %} - <li> - <a title="Sendungen mit dem Schwerpunkt {{ showtopic.topic }} anzeigen." - class="abbrev st-{{ showtopic.abbrev }}" - href="?showtopic={{ showtopic.slug }}">{{ showtopic.topic }}</a> - </li> - {% endfor %} - </ul> - </dd> - </dl> -{% endif %} |