the plugin needed for template glob including
authorx2000habouzit <x2000habouzit>
Tue, 23 Nov 2004 23:03:40 +0000 (23:03 +0000)
committerx2000habouzit <x2000habouzit>
Tue, 23 Nov 2004 23:03:40 +0000 (23:03 +0000)
commit9e964fd920e181d6df7be2fe2388df9cb22256b9
tree9474ca56aa5b908450c480cf3178cf67e17bfdbc
parentd350f004be9829eddd38f08a22fdf891d2fdeda3
the plugin needed for template glob including

with that modifier you can write :

{foreach from="some_dir/*.foo.tpl"|glob item=tpl}
{include file=$tpl}
{/foreach}

nice isn't it ?
plugins/modifier.glob.php [new file with mode: 0644]