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:.
smarty tag documention
Re: smarty tag documention
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
For general Smarty syntax, go to http://www.smarty.net/docs.php for the documentation.
Nullig
Re: smarty tag documention
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}
in your templates, you can include {get_template_vars} and to dump all the data in a variable use {$variable|print_r}