Jak mogę sprawdzić, czy bieżąca strona jest stroną z terminem taksonomicznym, podobnie jak w przypadku poniższego kodu użytego do sprawdzenia, czy bieżąca strona jest stroną główną?
if (drupal_is_front_page()) {
// The current page is the front page.
}
else {
// It is not the front page.
}