diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-09-20 14:16:01 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-20 14:16:01 +0200 |
| commit | 20982df71e02e3526438368168e402eeb043d6ea (patch) | |
| tree | f4529a0d9958e0db05225f1e1e1a91a3bdb16f40 /phpBB/viewtopic.php | |
| parent | 26f6f6208b65b4355a40add4c86013d9a8e085dd (diff) | |
| parent | ff6d590b3693c5a20f1626664bb92bb18f384d3a (diff) | |
| download | forums-20982df71e02e3526438368168e402eeb043d6ea.tar forums-20982df71e02e3526438368168e402eeb043d6ea.tar.gz forums-20982df71e02e3526438368168e402eeb043d6ea.tar.bz2 forums-20982df71e02e3526438368168e402eeb043d6ea.tar.xz forums-20982df71e02e3526438368168e402eeb043d6ea.zip | |
Merge pull request #3851 from hanakin/ticket/12769
[ticket/12769] Font-Awesome Integration & Icon overhaul
Diffstat (limited to 'phpBB/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index b9cb226920..2908265a97 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1912,6 +1912,8 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i) 'POST_ID' => $row['post_id'], 'POST_NUMBER' => $i + $start + 1, 'POSTER_ID' => $poster_id, + 'MINI_POST' => ($post_unread) ? $user->lang['UNREAD_POST'] : $user->lang['POST'], + 'S_HAS_ATTACHMENTS' => (!empty($attachments[$row['post_id']])) ? true : false, 'S_MULTIPLE_ATTACHMENTS' => !empty($attachments[$row['post_id']]) && sizeof($attachments[$row['post_id']]) > 1, |
