diff --git a/upload/styles/cb_28/layout/blocks/pm/messages.html b/upload/styles/cb_28/layout/blocks/pm/messages.html index adeaa9ea..2a17fe37 100644 --- a/upload/styles/cb_28/layout/blocks/pm/messages.html +++ b/upload/styles/cb_28/layout/blocks/pm/messages.html @@ -19,7 +19,9 @@ {lang code='subject'} {lang code='date_sent'} {lang code='date_added'} - {lang code='Reply'} + {if $mode =='inbox'} + {lang code='Reply'} + {/if} {section name=msg loop=$user_msgs} @@ -36,7 +38,7 @@ {$to_id = $user_msgs[msg].message_to} {$trimed_to = str_replace('#','', $to_id)} - + {ucfirst(get_username($trimed_to))} @@ -51,7 +53,9 @@ {$user_msgs[msg].date_added} + {if $mode =='inbox'} {lang code=' Reply '} + {/if} {sectionelse} {lang code='you_dont_hv_any_pm'}