- Patch #518284 by Everett Zufelt: remove redundant title from Garland.
parent
f5dff788a8
commit
f981f7b693
|
@ -5,7 +5,7 @@
|
|||
|
||||
<?php print $picture ?>
|
||||
<?php if ($page == 0): ?>
|
||||
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
|
||||
<h2><a href="<?php print $node_url ?>"><?php print $title ?></a></h2>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($submitted): ?>
|
||||
|
|
Loading…
Reference in New Issue