mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +02:00
only small addition for further use...
git-svn-id: file:///svn/phpbb/trunk@4162 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -509,6 +509,8 @@ if ($forum_data['forum_type'] == FORUM_POST)
|
||||
|
||||
$last_post_time = $user->format_date($row['topic_last_post_time']);
|
||||
|
||||
$last_view_time = $user->format_date($row['topic_last_view_time']);
|
||||
|
||||
// This will allow the style designer to output a different header
|
||||
// or even seperate the list of announcements from sticky and normal
|
||||
// topics
|
||||
@@ -522,6 +524,7 @@ if ($forum_data['forum_type'] == FORUM_POST)
|
||||
'FIRST_POST_TIME' => $first_post_time,
|
||||
'LAST_POST_TIME' => $last_post_time,
|
||||
'LAST_POST_AUTHOR' => $last_post_author,
|
||||
'LAST_VIEW_TIME' => $last_view_time,
|
||||
'GOTO_PAGE' => $goto_page,
|
||||
'REPLIES' => ($auth->acl_get('m_approve')) ? $row['topic_replies_real'] : $row['topic_replies'],
|
||||
'VIEWS' => $row['topic_views'],
|
||||
|
Reference in New Issue
Block a user