如何在drupal 7中创建块模板

时间:2013-12-23 13:18:38

标签: php drupal-7

我使用quicktab模块创建了一个块。

  1. block_name = league_websites_overview_promo_t
  2. 在drupal 6模板中= = league_websites_overview_promo_t.tpl.php
  3. 我已将我的网站从D6升级到D7
  4. 但是在drupal 7中没有加载league_websites_overview_promo_t模板。

    D7中的模板名称应该是什么?

1 个答案:

答案 0 :(得分:2)

Refrence

应该是:league-websites-overview-promo-t.tpl.php(下划线_将被破折号取代 - )