Skip to content

Instantly share code, notes, and snippets.

@matej21
Created August 7, 2014 23:27
Show Gist options
  • Save matej21/a6f1d92c2642eff58957 to your computer and use it in GitHub Desktop.
Save matej21/a6f1d92c2642eff58957 to your computer and use it in GitHub Desktop.
nested snippets
{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}
<?php
$this->redrawControl('snippet-nested-sub2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment