From 3ea71da4bad416671323c21ab9e9de428967c41a Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 28 Nov 2011 15:59:35 +0100 Subject: [PATCH] Lots of last-minute updates, fixes and feature requests ofr 2k11. --- templates/2k11/entries.tpl | 8 +------ templates/2k11/index.tpl | 2 +- templates/2k11/js/2k11.js | 2 ++ templates/2k11/style.css | 48 +++++++++++++++++++++++++++++++++----- 4 files changed, 46 insertions(+), 14 deletions(-) diff --git a/templates/2k11/entries.tpl b/templates/2k11/entries.tpl index 3adf7ed5..9e273756 100644 --- a/templates/2k11/entries.tpl +++ b/templates/2k11/entries.tpl @@ -7,16 +7,10 @@

{$entry.title}

{$CONST.POSTED_BY} {$entry.author} {$CONST.ON} - {if $entry.categories} - {foreach from=$entry.categories item="entry_category"} - {if $entry_category.category_icon} - {$entry_category.category_name|@escape} - {/if} - {/foreach} - {/if}
+ {if $entry.categories}{foreach from=$entry.categories item="entry_category"}{if $entry_category.category_icon}{$entry_category.category_name|@escape}{/if}{/foreach}{/if} {$entry.body} {if $entry.has_extended and not $is_single_entry and not $entry.is_extended} {$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title} diff --git a/templates/2k11/index.tpl b/templates/2k11/index.tpl index cdef8709..7a554e3c 100644 --- a/templates/2k11/index.tpl +++ b/templates/2k11/index.tpl @@ -40,7 +40,7 @@ {assign var="navtitle" value=$CONST.TWOK11_NAV_TITLE} Skip to content
-