Drupal仅在节点类型上显示块
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal仅在节点类型上显示块相关的知识,希望对你有一定的参考价值。
<?php // Only show if $match is true $match = false; // Which node types // Match current node type with array of types $nid = arg(1); $type = $node->type; } return $match; ?>
以上是关于Drupal仅在节点类型上显示块的主要内容,如果未能解决你的问题,请参考以下文章