diff --git a/phpBB/templates/Default/viewonline_body_guests.tpl b/phpBB/templates/Default/viewonline_body_guests.tpl new file mode 100644 index 0000000000..6e7c62b150 --- /dev/null +++ b/phpBB/templates/Default/viewonline_body_guests.tpl @@ -0,0 +1,23 @@ + + + + + +
+ + + + + + + + + + + + + + + +
{L_ANONYMOUS_ONLINE}
 {L_USERNAME}  {L_LASTUPDATE}  {L_LOCATION} 
 {userguestrow.USERNAME}  {userguestrow.LASTUPDATE}  {userguestrow.LOCATION} 
+ \ No newline at end of file diff --git a/phpBB/templates/Default/viewonline_body_reg.tpl b/phpBB/templates/Default/viewonline_body_reg.tpl new file mode 100644 index 0000000000..85f83a10f2 --- /dev/null +++ b/phpBB/templates/Default/viewonline_body_reg.tpl @@ -0,0 +1,25 @@ + + + + + +
+ + + + + + + + + + + + + + + + + +
{L_REGISTERED_ONLINE}
 {L_USERNAME}  {L_LASTUPDATE}  {L_LOGGED_ON}  {L_LOCATION} 
 {userregrow.USERNAME}  {userregrow.LASTUPDATE}  {userregrow.LOGGEDON}  {userregrow.LOCATION} 
+ \ No newline at end of file