summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-07 17:08:45 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-07 17:08:45 +0000
commit3155c7e9f549f7bfcf2938a7ab31d23485b30caa (patch)
tree69072f0c75057819cc6bb657e8bb310623419038 /themes/colors
parent85dd29a00fbc6fa276dc049a54f32d12562c4625 (diff)
downloadwebtrees-3155c7e9f549f7bfcf2938a7ab31d23485b30caa.tar.gz
webtrees-3155c7e9f549f7bfcf2938a7ab31d23485b30caa.tar.bz2
webtrees-3155c7e9f549f7bfcf2938a7ab31d23485b30caa.zip
Remove "tool tips" that don't add any useful information
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/templates/personbox_template.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/colors/templates/personbox_template.php b/themes/colors/templates/personbox_template.php
index 723e1053f2..292a781a19 100644
--- a/themes/colors/templates/personbox_template.php
+++ b/themes/colors/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; ?>&amp;ged=<?php print $GEDCOM; ?>"
- title="<?php print $title; ?>">
+ <a onclick="event.cancelBubble = true;" href="individual.php?pid=<?php print $pid; ?>&amp;ged=<?php print $GEDCOM; ?>">
<span id="namedef-<?php print $boxID; ?>" class="name<?php print $style; ?> <?php print $classfacts; ?>">
<?php print $name.$addname; ?>
</span>