/ Published in: PHP
URL: http://www.packtpub.com/drupal-5-themes/book
From Drupal 5 Themes book.
Expand |
Embed | Plain Text
<?php $match = FALSE; $nid = arg(1); $type = $node->type; $match = TRUE; } } return $match; ?>
You need to login to post a comment.
