From 24320ca8a7874ba8d121c727aa456287190b7643 Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 13 Feb 2010 15:30:10 +0000 Subject: Switch title and date tags. --- utils/modules/events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/modules/events.php') diff --git a/utils/modules/events.php b/utils/modules/events.php index d7c09f5..bbe7d4f 100644 --- a/utils/modules/events.php +++ b/utils/modules/events.php @@ -33,11 +33,11 @@ class Event { $content = Markdown(htmlspecialchars_decode($this->description)); $str = "
\n"; + $str .= "
" . date("D M jS Y", $this->time) . "
\n"; $str .= " \n"; - $str .= "
" . date("D M jS Y", $this->time) . "
\n"; $str .= "
" . $content . "
\n"; /* if($this->flyer) { -- cgit v1.2.3