mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
S_TOPIC_ICON output to indicate whether topic/post icons are enabled for this forum
git-svn-id: file:///svn/phpbb/trunk@3444 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
96e419d36e
commit
2aca0f5e15
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ if ($forum_data['forum_postable'])
|
||||||
'L_NO_TOPICS' => ( $forum_data['forum_status'] == ITEM_LOCKED ) ? $user->lang['Forum_locked'] : $user->lang['No_topics_post_one'],
|
'L_NO_TOPICS' => ( $forum_data['forum_status'] == ITEM_LOCKED ) ? $user->lang['Forum_locked'] : $user->lang['No_topics_post_one'],
|
||||||
'L_GOTO_PAGE' => $user->lang['Goto_page'],
|
'L_GOTO_PAGE' => $user->lang['Goto_page'],
|
||||||
|
|
||||||
|
'S_TOPIC_ICONS' => ($forum_data['enable_icons']) ? true : false,
|
||||||
'S_SELECT_SORT_DIR' => $select_sort_dir,
|
'S_SELECT_SORT_DIR' => $select_sort_dir,
|
||||||
'S_SELECT_SORT_KEY' => $select_sort,
|
'S_SELECT_SORT_KEY' => $select_sort,
|
||||||
'S_SELECT_SORT_DAYS'=> $select_sort_days,
|
'S_SELECT_SORT_DAYS'=> $select_sort_days,
|
||||||
|
|
Loading…
Add table
Reference in a new issue