mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
2.0.1
This commit is contained in:
@@ -15,11 +15,5 @@ namespace {
|
||||
|
||||
$fenom = Fenom::factory(__DIR__.'/templates', __DIR__.'/compiled', Fenom::FORCE_COMPILE);
|
||||
|
||||
$fenom->display("extends/75-child.tpl", array(
|
||||
"user" => array(
|
||||
"name" => "Ivka",
|
||||
'type' => 'new'
|
||||
),
|
||||
'type' => 'new'
|
||||
));
|
||||
var_dump($fenom->compile("concat-bug.tpl", false)->getBody());
|
||||
}
|
||||
2
sandbox/templates/concat-bug.tpl
Normal file
2
sandbox/templates/concat-bug.tpl
Normal file
@@ -0,0 +1,2 @@
|
||||
Some eval:
|
||||
{$dop_content = ": some texta"}
|
||||
Reference in New Issue
Block a user