diff --git a/phpBB/templates/Default/index_header.tpl b/phpBB/templates/Default/index_header.tpl index 4785c0b5b6..622b26e77b 100644 --- a/phpBB/templates/Default/index_header.tpl +++ b/phpBB/templates/Default/index_header.tpl @@ -7,7 +7,7 @@ {L_POSTEDTOTAL} -{TOTAL_POSTS}- {L_MESSAGES}.
{L_WEHAVE} {TOTAL_USERS} {L_REGUSERS}.
- {L_NEWESTUSER} {NEWEST_USER}
+ {L_NEWESTUSER} {NEWEST_USER}
{L_ARECURRENTLY} {USERS_BROWSING} {L_BROWSING} {L_THEFORUMS}
diff --git a/phpBB/templates/Default/profile_view_body.tpl b/phpBB/templates/Default/profile_view_body.tpl new file mode 100755 index 0000000000..1476347aca --- /dev/null +++ b/phpBB/templates/Default/profile_view_body.tpl @@ -0,0 +1,65 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_VIEWINGPROFILE} {USERNAME}
{L_USERNAME}:{USERNAME} ({L_VIEWPOSTUSER})
{L_JOINED}:{JOINED} ({POSTS_PER_DAY} {L_PERDAY})
{L_POSTS}:{POSTS} ({PERCENTAGE} {L_OFTOTAL})
{L_EMAILADDRESS}:{EMAIL}
{L_ICQNUMBER}:{ICQ}
{L_AIM}:{AIM}
{L_MESSENGER}:{MSN}
{L_YAHOO}:{YIM}
{L_WEBSITE}:{WEBSITE}
{L_FROM}:{FROM}
{L_OCC}:{OCC}
{L_INTERESTS}:{INTERESTS}
+
+ + +