gitlab_medici/html/nobtc/app/webroot/0index.php @ 6daefa8c
1 |
<?php
|
---|---|
2 |
|
3 |
require_once('./inc/all.inc.php'); |
4 |
|
5 |
$tpl = & new Template(INDEX_TMPL); |
6 |
|
7 |
|
8 |
$body = & new Template('./tmpl/body.tmpl.php'); |
9 |
|
10 |
$tpl->set('obsah', $body); |
11 |
|
12 |
echo $tpl->fetch(); |