9 lines
No EOL
172 B
PHP
9 lines
No EOL
172 B
PHP
<?php
|
|
|
|
require_once 'klein.php';
|
|
|
|
echo Klein::render('index.html', array(
|
|
'style' => array('style.css'),
|
|
'script' => array('script.js'),
|
|
'content' => 'test'
|
|
)); |