1<?php
2/** Multitemplate for DokuWiki
3 * By Terence J. Grant
4 * tjgrant [at] tatewake [dot] com
5 * License: GPL v2
6 */
7$mt_file = 'main.php';
8@include(dirname(__FILE__).'/meat.php');
9?>