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