@@ -454,8 +454,8 @@ discard block |
||
454 | 454 | $users = $faqsession->getUsersOnline(); |
455 | 455 | $totUsers = $users[0] + $users[1]; |
456 | 456 | $usersOnline = $plr->getMsg('plmsgUserOnline', $totUsers).' | '. |
457 | - $plr->getMsg('plmsgGuestOnline', $users[0]). |
|
458 | - $plr->getMsg('plmsgRegisteredOnline', $users[1]); |
|
457 | + $plr->getMsg('plmsgGuestOnline', $users[0]). |
|
458 | + $plr->getMsg('plmsgRegisteredOnline', $users[1]); |
|
459 | 459 | } else { |
460 | 460 | $usersOnline = ''; |
461 | 461 | } |
@@ -509,7 +509,7 @@ discard block |
||
509 | 509 | 'switchLanguages' => PMF_Language::selectLanguages($LANGCODE, true), |
510 | 510 | 'userOnline' => $usersOnline, |
511 | 511 | 'copyright' => 'powered by <a href="https://www.phpmyfaq.de" target="_blank">phpMyFAQ</a> '. |
512 | - $faqConfig->get('main.currentVersion'), |
|
512 | + $faqConfig->get('main.currentVersion'), |
|
513 | 513 | 'registerUser' => $faqConfig->get('security.enableRegistration') ? '<a href="?action=register">'.$PMF_LANG['msgRegistration'].'</a>' : '', |
514 | 514 | 'sendPassword' => '<a href="?action=password">'.$PMF_LANG['lostPassword'].'</a>', |
515 | 515 | 'msgFullName' => $PMF_LANG['ad_user_loggedin'].$user->getLogin(), |
@@ -38,7 +38,6 @@ |
||
38 | 38 | * @author Anatoliy Belsky <[email protected]> |
39 | 39 | * @copyright 2009-2018 phpMyFAQ Team |
40 | 40 | * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
41 | - |
|
42 | 41 | * @link https://www.phpmyfaq.de |
43 | 42 | * @since 2009-04-06 |
44 | 43 | */ |
@@ -15,7 +15,6 @@ |
||
15 | 15 | * @author Matteo Scaramuccia <[email protected]> |
16 | 16 | * @copyright 2009-2018 phpMyFAQ Team |
17 | 17 | * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
18 | - |
|
19 | 18 | * @link https://www.phpmyfaq.de |
20 | 19 | * @since 2009-09-24 |
21 | 20 | */ |