From 55ef5ae794c2d8c90155544f4d6cef724efce4af Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Wed, 18 Apr 2001 06:25:08 +0000 Subject: [PATCH] Added profile view template git-svn-id: file:///svn/phpbb/trunk@170 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/index_header.tpl | 2 +- phpBB/templates/Default/profile_view_body.tpl | 65 +++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100755 phpBB/templates/Default/profile_view_body.tpl 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}
+
+ + +