region--title.tpl.php 223 Bytes edit raw blame history 1 2 3 4 5 <div class="<?php print $classes; ?>"> <?php print render($title_prefix); ?> <?php if ($title): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?> <?php print render($title_suffix); ?> </div>