Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
831 |
florian |
1 |
<div class="PhorumNavBlock" style="text-align: left;">
|
|
|
2 |
<span class="PhorumNavHeading PhorumHeadingLeft">{LANG->Goto}:</span> {IF URL->INDEX}<a class="PhorumNavLink" href="{URL->INDEX}">{LANG->ForumList}</a>•{/IF}{IF URL->TOP}<a class="PhorumNavLink" href="{URL->TOP}">{LANG->MessageList}</a>•{/IF}{IF URL->POST}<a class="PhorumNavLink" href="{URL->POST}">{LANG->NewTopic}</a>•{/IF}<a class="PhorumNavLink" href="{URL->SEARCH}">{LANG->Search}</a>•<a class="PhorumNavLink" href="{URL->REGISTERPROFILE}">{LANG->MyProfile}</a>•<a class="PhorumNavLink" href="{URL->LOGINOUT}">{LANG->LogOut}</a>
|
|
|
3 |
</div>
|
|
|
4 |
<table id="phorum-menu-table" cellspacing="0" border="0">
|
|
|
5 |
<tr>
|
|
|
6 |
<td id="phorum-menu">
|
|
|
7 |
{INCLUDE pm_menu}
|
|
|
8 |
</td>
|
|
|
9 |
<td id="phorum-content">
|
|
|
10 |
{IF ERROR}
|
|
|
11 |
<div class="PhorumUserError">{ERROR}</div>
|
|
|
12 |
{/IF}
|
|
|
13 |
{IF OKMSG}
|
|
|
14 |
<div class="PhorumOkMsg">{OKMSG}</div>
|
|
|
15 |
{/IF}
|
|
|
16 |
<?php
|
|
|
17 |
// don't touch this line
|
|
|
18 |
include phorum_get_template($template);
|
|
|
19 |
?>
|
|
|
20 |
</td>
|
|
|
21 |
</tr>
|
|
|
22 |
</table>
|