1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Bugtracker #4310 - update link on forum icon

This commit is contained in:
e107steved
2008-05-26 12:02:37 +00:00
parent 78ae73fb08
commit 46444e3879

View File

@@ -16,7 +16,7 @@ SC_END
SC_BEGIN THREADDATESTAMP
global $post_info, $gen, $thread_id;
return "<a id='post_{$post_info['thread_id']}'>".IMAGE_post."</a> ".$gen->convert_date($post_info['thread_datestamp'], "forum");
return "<a id='post_{$post_info['thread_id']}' href='".e_SELF."?{$post_info['thread_id']}.post'>".IMAGE_post."</a> ".$gen->convert_date($post_info['thread_datestamp'], "forum");
SC_END
SC_BEGIN POST