By armanschwarz on
I've got drupal 6.4 and was just wondering if there are any globals or variables I can check to identify a page as blog, forum topic or page? I want to add code that modifies the look of the page depending on the type, so I need some way of identifying the type of page.
Comments
$node->type. Sounds like
$node->type. Sounds like you'll be playing with node.tpl.php.