Fix for HTML titles page.tpl.php example

  1.             <?php if ($title): ?>
  2.                           <?php if ($html_title): ?>
  3.                             <h1 class="title"><?php print $html_title; ?></h1>
  4.                           <?php else: ?>
  5.                 <h1 class="title"><?php print $title; ?></h1>
  6.                           <?php endif; ?>
  7.             <?php endif; ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.