1<?php
2$tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
3?>
4
5
6<?php
7if ($conf['allowdebug']) {
8    echo '<!-- page made in '.round(delta_time(DOKU_START_TIME), 3).' seconds -->';
9}
10?>
11
12
13<?php include(dirname(__FILE__).'/dwtb.html') ?>
14