Hello!
I can't find the list of variables included in CMSMS. I especially need variables for the URL to the homepage of the site and for the title of the homepage. I didn't find these in the documentation nor on the Smarty website.
Thanks in advance.
Need a list of variables
Re: Need a list of variables
In CMS admin look "Extensions" and "Tags". All of them have "help" on right side. That should get you started.
br,K
br,K
Re: Need a list of variables
and just in case you've not picked it out from the list of tags - {get_template_vars} is particularly useful in working out what variables are available to you. Just add it to a page and it dumps out all available smarty variables.

