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>•{IF LOGGEDIN true}{IF ENABLE_PM}<a class="PhorumNavLink" href="{URL->PM}">{LANG->PrivateMessages}</a>•{/IF}{/IF}<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" nowrap="nowrap">{INCLUDE cc_menu}</td>
|
|
|
7 |
<td id="phorum-content">
|
|
|
8 |
{IF content_template}
|
|
|
9 |
{INCLUDE_VAR content_template}
|
|
|
10 |
{ELSE}
|
|
|
11 |
<div class="PhorumFloatingText">{MESSAGE}</div>
|
|
|
12 |
{/IF}
|
|
|
13 |
</td>
|
|
|
14 |
</tr>
|
|
|
15 |
</table>
|