Projekt

Obecné

Profil

Stáhnout (177 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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();
(3-3/19)