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