Page 1 of 1

smarty tag documention

Posted: Tue Apr 15, 2008 11:42 pm
by Quinze
hi

where can i find documentation about the smarty tag with for each their parameters

for example if i wish to put in my page the last photos of my photos album.

thx

.:xv:.

Re: smarty tag documention

Posted: Tue Apr 15, 2008 11:49 pm
by Nullig
For the CMSMS tags, under Extensions/Tags in Admin, if you click on a tag it shows the parameters.

For general Smarty syntax, go to http://www.smarty.net/docs.php for the documentation.

Nullig

Re: smarty tag documention

Posted: Wed Apr 16, 2008 5:32 am
by cubix
further to Nullig's post:
in your templates, you can include {get_template_vars} and to dump all the data in a variable use {$variable|print_r}