From 9d7dbbf351aa7983f0fe499a3f80b59ee2f68547 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 26 Oct 2008 16:06:16 +0000 Subject: Added signature support in profile and forum posts. --- forum/utils/posts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forum/utils/posts.php') diff --git a/forum/utils/posts.php b/forum/utils/posts.php index c301852..209d316 100644 --- a/forum/utils/posts.php +++ b/forum/utils/posts.php @@ -69,7 +69,7 @@ class Post { if(!$client_is_mobile_device) echo "Date: "; echo date("j. M Y - G:i", $this->date) . "\n"; echo $indent . "
\n"; - echo parse($this->message, $indent . " ") . "\n"; + echo parse($this->message . "\n------\n" . $user->signature, $indent . " ") . "\n"; echo $indent . "
\n"; echo $indent . "
\n"; -- cgit v1.2.3