diff options
Diffstat (limited to 'themes/clouds/templates/personbox_template.php')
| -rw-r--r-- | themes/clouds/templates/personbox_template.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/clouds/templates/personbox_template.php b/themes/clouds/templates/personbox_template.php index 3d9c1586c4..281c8e6711 100644 --- a/themes/clouds/templates/personbox_template.php +++ b/themes/clouds/templates/personbox_template.php @@ -2,7 +2,7 @@ /** * Template for drawing person boxes * This template expects that the following variables will be set - * $pid, $boxID, $personlinks, $icons, $title, $GEDCOM, $style, + * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style, * $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd, * $addname, $showid, $float * @@ -47,9 +47,7 @@ if (!defined('WT_WEBTREES')) { style="<?php print $iconsStyleAdd; ?> width: 25px; height: 50px;"><?php print $icons; ?> </div> <?php print $thumbnail; ?> - <a onclick="event.cancelBubble = true;" - href="individual.php?pid=<?php print $pid; ?>&ged=<?php print $GEDCOM; ?>" - title="<?php print $title; ?>"> + <a onclick="event.cancelBubble = true;" href="individual.php?pid=<?php print $pid; ?>&ged=<?php print $GEDCOM; ?>"> <span id="namedef-<?php print $boxID; ?>" class="name<?php print $style; ?> <?php print $classfacts; ?>"> <?php print $name.$addname; ?> </span> |
