1<?php include('tpl_header.php') ?>
2    <div class="content">
3        <?php tpl_flush() ?>
4        <?php tpl_includeFile('pageheader.html') ?>
5        <!-- wikipage start -->
6        <?php tpl_content() ?>
7        <!-- wikipage stop -->
8        <?php tpl_includeFile('pagefooter.html') ?>
9    </div>
10    <div class="docInfo"><?php tpl_pageinfo() ?></div>
11
12<?php tpl_flush() ?>
13
14<?php include('tpl_footer.php') ?>