From 7976715fb414230ac7f483e3e0d552caee281b15 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Mar 2014 13:11:27 -0700 Subject: [PATCH] Make News Page Purty --- public/templates/bootstrap/home/default.tpl | 37 ++++++++------------- 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/public/templates/bootstrap/home/default.tpl b/public/templates/bootstrap/home/default.tpl index a7446f99..d0fd2a94 100755 --- a/public/templates/bootstrap/home/default.tpl +++ b/public/templates/bootstrap/home/default.tpl @@ -1,27 +1,16 @@ -
-
-
-
-

latest News

-
-
-
{section name=news loop=$NEWS} -
-
- {$NEWS[news].header} -
- posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"}{if $HIDEAUTHOR|default:"0" == 0} by {$NEWS[news].author}{/if} -
-
-
- {$NEWS[news].content nofilter} -
-
-
-{/section} -
-
-
+
+
+
+
+ {$NEWS[news].header} +
+ posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"}{if $HIDEAUTHOR|default:"0" == 0} by {$NEWS[news].author}{/if} +
+
+ {$NEWS[news].content nofilter}
+
+
+{/section} \ No newline at end of file