Поменял местам key value
This commit is contained in:
parent
7562f54d2c
commit
3f5d4a5e9c
5 changed files with 46 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue