/ Published in: PHP
From Drupal 5 Themes book.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $match = FALSE; $nid = arg(1); $type = $node->type; $match = TRUE; } } return $match; ?>
URL: http://www.packtpub.com/drupal-5-themes/book