|
@@ -482,7 +482,7 @@ function MessageIndex()
|
|
|
'name' => $row['first_display_name'],
|
|
|
'id' => $row['first_id_member'],
|
|
|
'href' => !empty($row['first_id_member']) ? $scripturl . '?action=profile;u=' . $row['first_id_member'] : '',
|
|
|
- 'link' => !empty($row['first_id_member']) ? '<a href="' . $scripturl . '?action=profile;u=' . $row['first_id_member'] . '" title="' . $txt['profile_of'] . ' ' . $row['first_display_name'] . '">' . $row['first_display_name'] . '</a>' : $row['first_display_name']
|
|
|
+ 'link' => !empty($row['first_id_member']) ? '<a href="' . $scripturl . '?action=profile;u=' . $row['first_id_member'] . '" title="' . $txt['profile_of'] . ' ' . $row['first_display_name'] . '" class="preview">' . $row['first_display_name'] . '</a>' : $row['first_display_name']
|
|
|
),
|
|
|
'time' => timeformat($row['first_poster_time']),
|
|
|
'timestamp' => forum_time(true, $row['first_poster_time']),
|