原文:http://drupal.org/node/190815
译者:葛红儒, Think in Drupal,
drupal默认模板:
这些为drupal内核提供的默认模板(.tpl.php)文件.drupal模板文件内部包含了相应变量和模板用途的文档.这有对于所有模板都可用的默认变量集.
由PHPTemplate在5.x中处理的模板,也被删除了. PHPTemplate不再处理模板文件.
为了覆写这些模板,你只需要将其拷贝到你的主体目录下,并清空drupal主题注册表.
drupal Aggregator(聚合器)
"modules/aggregator/..."
-
aggregator-feed-source.tpl.php
-
aggregator-item.tpl.php
-
aggregator-summary-item.tpl.php
-
aggregator-summary-items.tpl.php
- aggregator-wrapper.tpl.php
drupal Block (区块)
"modules/system/..."
"modules/block/..."
Book (书)
"modules/book/..."
-
book-all-books-block.tpl.php
-
book-export-html.tpl.php
-
book-navigation.tpl.php
- book-node-export-html.tpl.php
Comment (评论)
"modules/comment/..."
drupal Forum (论坛)
"modules/forum/..."
-
forum-icon.tpl.php
-
forum-list.tpl.php
-
forum-submitted.tpl.php
-
forum-topic-list.tpl.php
-
forum-topic-navigation.tpl.php
- forums.tpl.php
drupal Node (节点)
"modules/node/..."
- modules/node/node.tpl.php
drupal Poll (投票)
"modules/poll/..."
-
poll-bar-block.tpl.php
-
poll-bar.tpl.php
-
poll-results-block.tpl.php
-
poll-results.tpl.php
- poll-vote.tpl.php
drupal Profile (外形)
"modules/profile/..."
drupal Search (搜索)
"modules/search/..."
User (drupal用户)
"modules/user/..."
System (drupal系统模块)
"modules/system/..."