Book Image

Drupal 5 Themes

Book Image

Drupal 5 Themes

Overview of this book

Drupal is an award winning open source Content Management System. Based on PHP/MySQL, its power and flexibility combined with its exceptional design mean it is already on the way to becoming the de facto standard for CMS Websites. Drupal?¢‚Ǩ‚Ñ¢s modular design and structured source code make it both highly flexible and easily extended and modified. Drupal is extremely scalable, making it ideal for both a simple personal website as well as an industrial strength commercial or institutional web presence.Drupal is a model open source project in that it has a large, friendly community of people who contribute to the project in various ways. Drupal is not only free and easy to use, but this community provides on going mutual support.
Table of Contents (14 chapters)
Drupal 5 Themes
Credits
About the Author
About the Reviewer
Preface
Appendix A

Alternative Theme Engines


At the time of writing, the release of Drupal 5.x was only briefly past. Developers of the various templating engines were still working to port their applications to Drupal. While the 4.x series sports a number of templating engine options, including the popular Smarty engine and XTemplate, Drupal 5.x users were left with only one alternative to the default theme engine. Engines that are compatible with the 4.x series are not compatible for the 5.x series.

While at this time only one alternative is certified for Drupal 5.x, for purposes of our discussion here, I'll touch on the most popular alternatives to PHPTemplate. Odds are 5.x users won't have to wait for long before the developers of the popular systems below catch up.

PHPTAL

PHPTAL is a PHP implementation of the ZPT system. At the time of writing this text, PHPTAL was the only alternative to PHPTemplate that was compatible with the Drupal 5.x series.

ZPT stands for Zope Page Templates. ZPT is an HTML/XML...