clipbucket/upload/styles/cbv3/layout/private_message.html

16 lines
600 B
HTML
Raw Normal View History

{if $mode =='inbox'}
<h2 class="page-header">{lang code='private_messages'} &raquo; {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'} &raquo; {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'} &raquo; {lang code='sent'}</h2>
{include file="$style_dir/blocks/pm/messages.html" show_to='true'}
{/if}