Page 1 of 1

Smarty syntax with CustomContent

Posted: Sun May 07, 2006 10:06 pm
by calguy1000
Anybody using 0.13b2 of CMS, and CustomContent should now be able to use smarty syntax for better logic and control.

Use the get_template_vars user tag to determine what the exported variables are.  Check out the get_template_vars user defined tag here:
http://forum.cmsmadesimple.org/index.ph ... 977.0.html

Code: Select all

{cms_module module=CustomContent}
{get_template_vars}
I'll try to update the documentation as to available variables soon.

Re: Smarty syntax with CustomContent

Posted: Mon May 08, 2006 4:27 am
by Elijah Lofgren
Thanks for letting us know. This should come in useful.  :)