Поменял местам key value

This commit is contained in:
Федор Подлеснов 2015-12-03 10:38:59 +03:00
parent 7562f54d2c
commit 3f5d4a5e9c
5 changed files with 46 additions and 4 deletions

View file

@ -7,7 +7,7 @@ function title($x) {
}
$tpl = new Klein();
$tpl->compile('index.html');
$tpl->compile('tempalte.html');
echo $tpl->render(array(
'pagename' => 'awesome people',