initial commmit
This commit is contained in:
commit
88fc338b55
3 changed files with 57 additions and 0 deletions
9
example.php
Normal file
9
example.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
require_once 'klein.php';
|
||||
|
||||
echo Klein::render('index.html', array(
|
||||
'style' => array('style.css'),
|
||||
'script' => array('script.js'),
|
||||
'content' => 'test'
|
||||
));
|
||||
Loading…
Add table
Add a link
Reference in a new issue