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

A Guide to Themeable Functions


With over 125 themeable functions available to you in the default Drupal distro, finding exactly what you need can sometimes be a bit of a challenge. In an effort to simplify the process of isolating relevant functions, we present here a list of the themeable functions, organized relative to the functionality they affect.

Aggregator Module Functions

modules/aggregator/aggregator.module

The Aggregator Module provides a variety of functions related to the display of aggregated syndicated content (e.g., RSS, RDF, and Atom).

theme_aggregator_block_item

Formats individual feed items displayed in block.

theme_aggregator_feed

Formats a news feed.

theme_aggregator_page_item

Formats individual feed items displayed on the aggregator page.

theme_aggregator_page_list

Creates an aggregator page listing a number of feed items.

theme_aggregator_summary_item

Formats item heading for summary pages.

Block Module Functions

modules/block/block.module

The Block module controls the boxes...