Fix #58, small improvements

This commit is contained in:
Ivan Shalganov
2014-01-20 11:54:28 +04:00
parent 19e0898da6
commit 5049056046
5 changed files with 26 additions and 25 deletions

View File

@@ -1,10 +1,10 @@
<?php
require_once __DIR__.'/../../vendor/autoload.php';
require_once __DIR__.'/../vendor/autoload.php';
$fenom = Fenom::factory(__DIR__.'/templates', __DIR__.'/compiled', 0);
$fenom->display("greeting.tpl", array(
$fenom->display("../templates/../fenom.php", array(
"user" => array(
"name" => "Ivka",
'type' => 'new'