PHP Drupal:节点中的diplay块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Drupal:节点中的diplay块相关的知识,希望对你有一定的参考价值。

// middle two terms stay the same, first and last depending on configure-link (hover!) in blocks menu

<?php

  $block = module_invoke('views', 'block', 'view', 26);
  print $block['content'];

?>

以上是关于PHP Drupal:节点中的diplay块的主要内容,如果未能解决你的问题,请参考以下文章

PHP Drupal仅在节点类型上显示块

Drupal仅在节点类型上显示块

Drupal块可见性:检查节点类型

PHP Drupal主题中的显示块

PHP 在drupal中的任何地方添加块

在 Drupal 7 中访问 html.tpl.php 中的节点属性