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