16 lines
600 B
HTML
16 lines
600 B
HTML
![]() |
{if $mode =='inbox'}
|
||
|
<h2 class="page-header">{lang code='private_messages'} » {lang code='inbox'}</h2>
|
||
|
{include file="$style_dir/blocks/pm/messages.html" show_from='true'}
|
||
|
{/if}
|
||
|
|
||
|
{if $mode =='notification'}
|
||
|
<h2 class="page-header">{lang code='private_messages'} » {lang code='notifications'}</h2>
|
||
|
{include file="$style_dir/blocks/pm/messages.html" show_from='true'}
|
||
|
{/if}
|
||
|
|
||
|
|
||
|
|
||
|
{if $mode =='sent'}
|
||
|
<h2 class="page-header">{lang code='private_messages'} » {lang code='sent'}</h2>
|
||
|
{include file="$style_dir/blocks/pm/messages.html" show_to='true'}
|
||
|
{/if}
|