Created
August 7, 2014 23:27
-
-
Save matej21/a6f1d92c2642eff58957 to your computer and use it in GitHub Desktop.
nested snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{snippet snippet} | |
xxxx | |
{var $foo = $value} | |
{snippet snippet-nested} | |
<p>{$foo}</p> | |
{var $foo = $foo . 'xxx'} | |
{snippet snippet-nested-sub} | |
<p>{$foo}x</p> | |
{/snippet} | |
{snippet snippet-nested-sub2} | |
<p>{$foo}y</p> | |
{/snippet} | |
{/snippet} | |
{/snippet} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$this->redrawControl('snippet-nested-sub2'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment