NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms_replacer_rts:frontend_render:count_users_online [2010/10/09 18:04] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render:count_users_online [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 92: | Line 92: | ||
| $anzahldaten = file($daten); | $anzahldaten = file($daten); | ||
| $anzahl = count($anzahldaten); | $anzahl = count($anzahldaten); | ||
| - | $online="<div style='color:RED;text-align:center'><p><b>$anzahl</b> User(s) online</p></div>"; | + | $online="<div style='color:RED;text-align:center'><p><b>$anzahl</b> User online</p></div>"; |
| return $online; | return $online; | ||
| } | } | ||