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:
@@ -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
|
||||
|
Reference in New Issue
Block a user