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

Summary


This chapter showed intercepts and overrides in action. We went from a basic theme design, to a more specialized variation of the theme with a new look and feel. We made the conversion in three steps: Theme configuration, CSS modifications, and Themeable Function modifications.

Drupal's consistent usage of orders of precedence and the ability to leverage cascades of style sheets are keys to the success of this approach to theme creation. The ability to intercept and override the styles and the themeable functions made it possible for us to start with one design and end with a very different one—without having to code from scratch.