Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
{include file="header.tpl" title=$title top3=true}
|
|
|
2 |
|
|
|
3 |
{if $nav}
|
|
|
4 |
{include file="tutorial_nav.tpl" prev=$prev next=$next up=$up prevtitle=$prevtitle nexttitle=$nexttitle uptitle=$uptitle}
|
|
|
5 |
{/if}
|
|
|
6 |
|
|
|
7 |
{$contents}
|
|
|
8 |
|
|
|
9 |
{if $nav}
|
|
|
10 |
{include file="tutorial_nav.tpl" prev=$prev next=$next up=$up prevtitle=$prevtitle nexttitle=$nexttitle uptitle=$uptitle}
|
|
|
11 |
{/if}
|
|
|
12 |
|
|
|
13 |
{include file="footer.tpl" top3=true}
|