What are the core templates that I can override in Drupal?

Posted in Articles

Tweet This Share on Facebook Bookmark on Delicious Digg this Submit to Reddit

When theming Drupal, it helps to know what core templates we can override.  If you search “Drupal Core Templates” you should find a list.  Or you can bookmark this page.  Or you can memorize them.

These are the core templates that you can override in Drupal 7…

In modules/system/

  • html.tpl.php
  • page.tpl.php
  • region.tpl.php
  • maintenance-page.tpl.php

In modules/block/

  • block.tpl.php
  • block-admin-display-from.tpl.php

In modules/node/

  • node.tpl.php

In modules/field/theme/

  • field.tpl.php

In modules/comment/

  • comment.tpl.php
  • comment-wrapper.tpl.php

In modules/user/

  • user-picture.tpl.php
  • user-profile.tpl.php
  • user-profile-item.tpl.php
  • user-profile-category.tpl.php

In modules/profile/

  • profile-block.tpl.php
  • profile-listing.tpl.php
  • profile-wrapper.tpl.php

In modules/search/

  • search-block-form.tpl.php
  • search-result.tpl.php
  • search-results.tpl.php

In modules/taxonomy/

  • taxonomy-term.tpl.php

In modules/book/

  • book-all-books-block.tpl.php
  • book-navigation.tpl.php
  • book-export-html.tpl.php
  • book-node-export-html.tpl.php

In modules/overlay/

  • overlay.tpl.php

In modules/toolbar/

  • toolbar.tpl.php

In modules/forum/

  • forums.tpl.php
  • forum-topic-list.tpl.php
  • forum-list.tpl.php
  • forum-icon.tpl.php
  • forum-submitted.tpl.php

In modules/poll/

  • poll-bar.tpl.php
  • poll-bar–block.tpl.php
  • poll-vote.tpl.php
  • poll-results.tpl.php
  • poll-results–block.tpl.php

In modules/aggregator/

  • aggregator-wrapper.tpl.php
  • aggregator-item.tpl.php
  • aggregator-summary-items.tpl.php
  • aggregator-summary-item.tpl.php
  • aggregator-feed-source.tpl.php