Archive for category Smarty

Smarty tricks

Here's how to include another template file within a template file:

PHP:
  1. {include file='includes/menu_calendar.inc.tpl'}

No Comments