如何在子主题中命名页脚模板文件,以便在其他模板文件中使用这些语句?
<?php print render($page['footer']); ?>
(我正在使用面板,但这可能与此无关。)
答案 0 :(得分:0)
根据Drupal 7 community documentation:
Any .tpl.php files from the parent theme will be inherited. You can add template files with more specificity — for instance, node--blog.tpl.php building on an inherited node.tpl.php.
因此,您可以将页脚区域的模板文件命名为: region - footer.tpl.php