This page lists the different options to implement templates in Bigace.
A template can be named “layout” as well.
Since Bigace v3 this is the new default way to render your pages.
Read more Zend_Layout.
Smarty Templates are the default way of using templates in Bigace between version 2.4 and 2.7. In Bigace 3 its supported through an extension.
Find out more about Smarty for Bigace.
If you don't use Smarty, a hint will appear a in the Dashboard. That info can be turned off with a configuration entry.
Bigace was originally written to use plain PHP files as templates, which were used to render the pages. You had to use the PHP API to design dynamic areas.
This system is supported up to Bigace 2.7, but if you are going to use it, you have to deactivate the Smarty engine (a mix between them is not possible).