Smarty Template Syntax

ClearPass Guest’s user interface is built using the Smarty Template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. template engine. This template system separates the program logic and visual elements, enabling powerful yet flexible applications to be built.

When customizing template code that is used within the user interface, you have the option of using Smarty template syntax within the template. Using the programming features built into Smarty, you can add your own logic to the template. You can also use predefined template functions and block functions to ensure a consistent user interface.