Smarty
From Offerit
Revision as of 18:53, 3 November 2011 by 75.99.182.234 (talk) (Created page with "{{Offerit Manual | show_skins_and_templates_admin_section = true }} Smarty is a templating engine used in Offerit. == PHP Parsing == The Smarty templates in Offerit are not par...")
Smarty is a templating engine used in Offerit.
PHP Parsing
The Smarty templates in Offerit are not parsed by PHP for security reasons.
You can use the offerit_encode or offerit_list_linkcodes functions.
Inline JavaScript & CSS
Place inline JavaScript or CSS between Smarty's {literal} and {/literal} tags.
See Also
- Smarty Homepage -- The Smarty homepage and function reference
- Smarty print array list array values in smarty templates