From d552bd7b8fbc9ff8b81067a05eba53207cb8c91a Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 28 Oct 2013 22:44:12 +0100 Subject: Using the new ste:else in ste:foreach feature. --- .../templates/src/systemtemplates/articles.html | 41 ++++++++++------------ 1 file changed, 18 insertions(+), 23 deletions(-) (limited to 'ratatoeskr/templates/src/systemtemplates/articles.html') diff --git a/ratatoeskr/templates/src/systemtemplates/articles.html b/ratatoeskr/templates/src/systemtemplates/articles.html index 764ac40..2970b7c 100644 --- a/ratatoeskr/templates/src/systemtemplates/articles.html +++ b/ratatoeskr/templates/src/systemtemplates/articles.html @@ -37,32 +37,27 @@ - - ~{$articles_n|gt|0} - - - - - $article[urlname] - - - ?{~{$i|eq|0}||, }$lang - - - %Y-%m-%d %H:%M:%S - - - ?{~{$i|eq|0}||, } $tag - - - $article[section][name] - - - + + + + $article[urlname] + + + ?{~{$i|eq|0}||, }$lang + + + %Y-%m-%d %H:%M:%S + + + ?{~{$i|eq|0}||, } $tag + + + $article[section][name] + - +
-- cgit v1.2.3-54-g00ecf