webmanufacture

Block für Inhaltstyp ausblenden

DruckversionSend by email


<?php
if ( arg(0) == 'node' && is_numeric(arg(1)) ) {
$node = node_load(arg(1));
}
if ($node->type != 'group' && $node->type != 'events' && $node->type != 'story') {
return TRUE;
}
?>