Tag: all_block
Template Dev - Using All and Menu Together
The {all} block can be used to generate arrays of info from several classes. Folders, pages and images are the main objects of interest for the {all} block.
You can use {all} to generate a list of all folders:
----------------
{all class="folder"}
{$folder.title}
{/all}
---------------
Or you can combine it with menu to add more sophisticated formatting options:...
0 comment(s)
/ cglusky
/ cglusky's dev notes
/ on June 2, 2006 at 14:30
