Personal tools

Translations of this page:
You are here: Getting started » developer » Templates
Trace: » Database Framework » A tutorial for writing BIGACE portlets » SSL » Templates

Templates

This article is a short introduction in how to write new Templates for your CMS.

Smarty Templates

Smarty Templates are the favorite way, to design the “Look & Feel” of your website.

PHP Templates

In the older days, the CMS had no easy-to-use Template Framework. PHP Templates were used to render your Page and you had to use the PHP API to design dynamic areas.

This system is still supported, but if you are going to use it, you have to turn off the Smarty engine. For real complex situations, you might be needing PHP Templates, but in most cases you shouldn't!

Further infos

If you don't use Smarty, there will appear a hint in the Admin Index Screen. That info can be turned off with a configuration entry.

 

Recent changes RSS feed Valid XHTML 1.0 Valid CSS