mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Remove trash
This commit is contained in:
parent
da7d972093
commit
7fb82bd13a
@ -216,11 +216,6 @@ class Fenom
|
|||||||
'type' => self::INLINE_COMPILER,
|
'type' => self::INLINE_COMPILER,
|
||||||
'parser' => 'Fenom\Compiler::tagUse'
|
'parser' => 'Fenom\Compiler::tagUse'
|
||||||
),
|
),
|
||||||
'capture' => array( // {capture ...} {/capture}
|
|
||||||
'type' => self::BLOCK_COMPILER,
|
|
||||||
'open' => 'Fenom\Compiler::captureOpen',
|
|
||||||
'close' => 'Fenom\Compiler::captureClose'
|
|
||||||
),
|
|
||||||
'filter' => array( // {filter} ... {/filter}
|
'filter' => array( // {filter} ... {/filter}
|
||||||
'type' => self::BLOCK_COMPILER,
|
'type' => self::BLOCK_COMPILER,
|
||||||
'open' => 'Fenom\Compiler::filterOpen',
|
'open' => 'Fenom\Compiler::filterOpen',
|
||||||
|
Loading…
Reference in New Issue
Block a user