diff options
Diffstat (limited to 'themes/garland/node.tpl.php')
-rw-r--r-- | themes/garland/node.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php index 9895917d1..01038e21b 100644 --- a/themes/garland/node.tpl.php +++ b/themes/garland/node.tpl.php @@ -1,12 +1,12 @@ <?php // $Id$ ?> -<div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?>"> +<div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>> <?php print $user_picture; ?> <?php if (!$page): ?> - <h2><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2> + <h2<?php print $title_attributes; ?>><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2> <?php endif; ?> <?php if ($display_submitted): ?> |