Published in: PHP
URL: http://www.packtpub.com/drupal-5-themes/book
From Drupal 5 Themes book.
<?php $match = FALSE; $nid = arg(1); $type = $node->type; $match = TRUE; } } return $match; ?>
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
shrop on 07/07/08
2 people have marked this snippet as a favorite
Published in: PHP
URL: http://www.packtpub.com/drupal-5-themes/book
From Drupal 5 Themes book.
<?php $match = FALSE; $nid = arg(1); $type = $node->type; $match = TRUE; } } return $match; ?>
You need to login to post a comment.