xref: /template/readthedokus/tpl_parts/tpl_content.html (revision 8dab89dff7d7a27dcacf1cfbfe1a3805b0791127)
1<?php tpl_flush() ?>
2<?php tpl_includeFile('tpl_parts/tpl_pageheader.html') ?>
3<?php tpl_includeFile('pageheader.html') ?>
4
5<div class="page group">
6	<?php tpl_content(false) ?>
7</div>
8
9<?php tpl_flush() ?>
10<?php tpl_includeFile('pagefooter.html') ?>
11<?php tpl_includeFile('tpl_parts/tpl_pagefooter.html') ?>
12