@@ -46,9 +46,9 @@ |
||
46 | 46 | public function display(array $settings, $edit_mode = false) |
47 | 47 | { |
48 | 48 | $content = ''; |
49 | - $content .= $this->user->lang('TOTAL_POSTS_COUNT', (int) $this->config['num_posts']) . '<br />'; |
|
50 | - $content .= $this->user->lang('TOTAL_TOPICS', (int) $this->config['num_topics']) . '<br />'; |
|
51 | - $content .= $this->user->lang('TOTAL_USERS', (int) $this->config['num_users']) . '<br />'; |
|
49 | + $content .= $this->user->lang('TOTAL_POSTS_COUNT', (int) $this->config['num_posts']).'<br />'; |
|
50 | + $content .= $this->user->lang('TOTAL_TOPICS', (int) $this->config['num_topics']).'<br />'; |
|
51 | + $content .= $this->user->lang('TOTAL_USERS', (int) $this->config['num_users']).'<br />'; |
|
52 | 52 | $content .= $this->user->lang('NEWEST_USER', get_username_string('full', $this->config['newest_user_id'], $this->config['newest_username'], $this->config['newest_user_colour'])); |
53 | 53 | |
54 | 54 | return array( |
@@ -56,7 +56,7 @@ |
||
56 | 56 | { |
57 | 57 | if (!function_exists('display_forums')) |
58 | 58 | { |
59 | - include($this->phpbb_root_path . 'includes/functions_display.' . $this->php_ext); // @codeCoverageIgnore |
|
59 | + include($this->phpbb_root_path.'includes/functions_display.'.$this->php_ext); // @codeCoverageIgnore |
|
60 | 60 | } |
61 | 61 | |
62 | 62 | display_forums('', $this->config['load_moderators']); |