summaryrefslogtreecommitdiffstats
path: root/template.php
blob: 0d5a36e0b6131f8138ec7d4682895be9831a8f98 (plain)
1
2
3
4
5
6
7
8
<?php
    include("tde-head-and-foot.php");
    doHeader("[title]", "[nav section]", "[nav link]");
?>

<?php
    doFooter();
?>