14 lines
No EOL
557 B
HTML
14 lines
No EOL
557 B
HTML
<div id="thread-block-{$thread.thread_id}" onclick="window.location='{get_thread_link($thread)}' ">
|
|
<div class="notification {if !$last}notification-padding{/if}" >
|
|
|
|
<img src="{$userquery->avatar($thread)}" class="notify_avatar"/>
|
|
<div class="notification_data">
|
|
<strong>{list_thread_recipients($thread)}</strong>
|
|
<div>{$thread.last_message}</div>
|
|
<div class="notification_time">
|
|
{what_time($thread.time_added)}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div> |