Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
831 |
florian |
1 |
{LOOP ROWS}
|
|
|
2 |
{IF NOT ROWS->sort 0} {! Skip announcements }
|
|
|
3 |
<div class="entry">
|
|
|
4 |
<h1>{ROWS->subject}</h1>
|
|
|
5 |
<p>{ROWS->body}</p>
|
|
|
6 |
<small>Post by {ROWS->linked_author} on {ROWS->datestamp}</small>
|
|
|
7 |
<small>{IF MODERATOR true}<a href="<?php echo phorum_get_url(PHORUM_POSTING_URL, "moderation", $PHORUM["TMP"]["ROWS"]["message_id"]);?>">edit</a> | {/IF}<a href="{ROWS->url}"><?php echo $PHORUM["TMP"]["ROWS"]["thread_count"]-1; ?> comment(s)</a></small>
|
|
|
8 |
</div>
|
|
|
9 |
{/IF}
|
|
|
10 |
{/LOOP ROWS}
|