Drupal Core templates
August 16th, 2010 by 26z- Default templates:
- These are the default template (.tpl.php) files provided by core. Documentation on the variables and purpose of these templates are located inside the templates. There is a default set of variables available to all templates.
The templates handled by PHPTemplate in 5.x were also moved. PHPTemplate no longer handles template files.
In order to override these templates, all you need to do is copy them into your theme folder and clear the theme registry.
- Aggregator
- “modules/aggregator/…”
- Block
- “modules/system/…”
“modules/block/…”
- Book
- “modules/book/…”
- Comment
- “modules/comment/…”
- Forum
- “modules/forum/…”
- Node
- “modules/node/…”
- Poll
- “modules/poll/…”
- Profile
- “modules/profile/…”
- Search
- “modules/search/…”
- User
- “modules/user/…”
- System
- “modules/system/…”
Tags: drupal Posted in blog | No Comments »

