diff --git a/phpBB/templates/Default/index_body.tpl b/phpBB/templates/Default/index_body.tpl index 84ea015453..35116eb8f5 100644 --- a/phpBB/templates/Default/index_body.tpl +++ b/phpBB/templates/Default/index_body.tpl @@ -44,6 +44,13 @@ + + Private Messages + + + + {L_PRIVATE_MESSAGE_INFO} + Who is Online diff --git a/phpBB/templates/Default/privmsgs_body.tpl b/phpBB/templates/Default/privmsgs_body.tpl new file mode 100644 index 0000000000..1c0f69db68 --- /dev/null +++ b/phpBB/templates/Default/privmsgs_body.tpl @@ -0,0 +1,48 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + +
 {INBOX_FOLDER}   {SENT_FOLDER}
{L_FROM_OR_TO}{L_SUBJECT}{L_DATE}
{listrow.ICON_FLAG_IMG} {listrow.FROM} {listrow.SUBJECT}{listrow.DATE}
+ + + + + +
   {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {L_GOTO_PAGE}: {PAGINATION} 
+ +
+ + + + +
{S_TIMEZONE}{JUMPBOX}
+ + \ No newline at end of file