Drupal Theme 学习心得
Posted by quentin 在 Wednesday, 29 December 2010theme的一组可覆写列表参考:
http://api.drupal.org/api/drupal/includes--theme.inc/group/themeable/6
page.tpl.php
node.tpl.php
block.tpl.php
For example:
block-modulename-delta.tpl.php
block-modulename.tpl.php
block-region.tpl.php
block.tpl.php
block-user-1.tpl.php
block-user.tpl.php
block-left.tpl.php
block.tpl.php
block-user-3.tpl.php // Target just the Who's online block.
block-user.tpl.php // Target all block output by user module.
block-footer.tpl.php // Target all blocks in the footer region.
block.tpl.php // Target all blocks on any page.
comment.tpl.php