我希望我的Drupal 7在创建页面的时候选择我的cutomized模板,我该怎么做呢,可以请一些人...
提前致谢
答案 0 :(得分:0)
如果我理解正确,您可能正在寻找以下tpl.php命名语法:
node--[type|nodeid].tpl.php
base template: node.tpl.php
Theme hook suggestions are made based on these factors,
listed from the most specific template to the least.
Drupal will use the most specific template it finds:
node--nodeid.tpl.php
node--type.tpl.php
node.tpl.php
...或者您可能想要查看“显示套件”或“面板”模块,以获取我怀疑您正在尝试的GUI界面。