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

Theming in Action: Dressing Up Garland


Now, just for the sake of practice, let's take what's been covered in this chapter and apply it to the tailoring an existing theme. We'll start with a default theme and apply the various options available in the system in an effort to create a uniquely tailored theme.

For purposes of the following example, our hypothetical client is Fluid Carbon, a fan site for Italian sports cars. This is a hobbyist's site, so the owner has a very limited budget and doesn't want to pay for custom design work or custom component development; the budget restrictions basically force us to work with Drupal straight out of the box.

Here are the client's requirements…

Look & Feel

  • Fluid 3 column layout

  • Color scheme to match existing client I.D.

  • Must use client's logo in header

  • Wants clean look—not too much clutter

  • Vertical main nav, in the right column

Functionality

  • Blog for site editor (only one blog)

  • Forums (only one needed)

  • Ability to display third party RSS feed content

  • Polls...