Drupal 7 模板改写建议
核心默认主题改写建议
区块基模板:block.tpl.php
block--[region|[module|--delta]].tpl.php
查找顺序:
例子:block--block--1.tpl.php,block--sidebar_first.tpl.php,block--custom--my-block.tpl.php
?
评论基模板:comment.tpl.php
comment--node-[type].tpl.php
例子:comment--node-article.tpl.php
基模板:comment-wrapper.tpl.php
comment-wrapper--node-[type].tpl.php
例子:comment-wrapper--node-article.tpl.php
基模板:field.tpl.php
field--[type|name[--content-type]|content-type].tpl.php
查找顺序:
例子:field--field-phone.tpl.php
论坛基模板:forums.tpl.php
forums--[[container|topic]--forumID].tpl.php
查找顺序:
论坛容器
论坛主题
基模板:html.tpl.php
维护状态基模板:maintenance-page.tpl.php
maintenance-page--[offline].tpl.php
基模板:node.tpl.php
node--[type|nodeid].tpl.php
查找顺序:
基模板:page.tpl.php
page--[front|internal/path].tpl.php
查找顺序(例子http://www.example.com/node/1/edit):
基模板:poll-results.tpl.php
poll-results--[block].tpl.php
基模板:poll-vote.tpl.php
poll-vote--[block].tpl.php
基模板:poll-bar.tpl.php
poll-bar--[block].tpl.php
基模板:profile-wrapper.tpl.php
profile-wrapper--[field].tpl.php
基模板:region.tpl.php
region--[region].tpl.php
基模板:search-results.tpl.php
search-results--[searchType].tpl.php
基模板:taxonomy-term.tpl.php
taxonomy-term--[vocabulary-machine-name|tid].tpl.php
查找顺序:
?