1 parent 31a3d14 commit 57216acCopy full SHA for 57216ac
3 files changed
composer.json
@@ -14,8 +14,8 @@
14
}
15
],
16
"require": {
17
- "php": ">=5.3.0",
18
- "nette/nette": ">=2.2.0"
+ "php": ">=5.5.0",
+ "nette/nette": ">=2.4.0"
19
},
20
"require-dev": {
21
"nette/tester": "~1.2",
src/Columns/Template.latte
@@ -1,5 +1,5 @@
1
{if $_block !== FALSE}
2
-{includeblock $_template_path}
+{import $_template_path}
3
{include #$_block}
4
{else}
5
{include $_template_path}
src/Extensions/SubItem/Template.latte
0 commit comments