Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 831 |
florian |
1 |
<form action="{ACTION}" method="post" id="phorum_listform">
|
|
|
2 |
{POST_VARS}
|
|
|
3 |
<input type="hidden" name="action" value="list" />
|
|
|
4 |
<input type="hidden" name="folder_id" value="{FOLDER_ID}" />
|
|
|
5 |
<input type="hidden" name="forum_id" value="{FORUM_ID}" />
|
|
|
6 |
{IF FOLDER_IS_INCOMING}
|
|
|
7 |
{INCLUDE pm_list_incoming}
|
|
|
8 |
{ELSE}
|
|
|
9 |
{INCLUDE pm_list_outgoing}
|
|
|
10 |
{/IF}
|
|
|
11 |
</form>
|