Detectar en drupal una vista de tipo lista
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#3
<?php if ($title && ((arg(2) == 'track') || (arg(2) == 'edit') || (arg(0) == 'admin') || !$node->type)): ?> <h1 class="title"><?php echo $title; ?></h1> <?php endif; ?>