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