/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?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; ?>