From ce4e40f8e84972f64d910ce18704986aa2fd7fac Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 1 Nov 2011 13:22:52 +0100 Subject: Switch order of title and time in news->post. --- utils/modules/news.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/modules/news.php b/utils/modules/news.php index 5fd6ded..1deb588 100644 --- a/utils/modules/news.php +++ b/utils/modules/news.php @@ -32,12 +32,12 @@ class NewsEntry { if(!$userid) $userid = "admin"; // Fallback from old data. $str = "
\n"; - $str .= "
" . - date("D M jS Y G:i", $this->time) . "
\n"; $str .= " \n"; + $str .= "
" . + date("D M jS Y G:i", $this->time) . "
\n"; $str .= "
By: " . $userid . "
\n"; $str .= "
\n"; if($this->icon) $str .= "