diff options
Diffstat (limited to 'themes/fab/templates/personbox_template.php')
| -rw-r--r-- | themes/fab/templates/personbox_template.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/fab/templates/personbox_template.php b/themes/fab/templates/personbox_template.php index f0f391cd41..bdc6d089bf 100644 --- a/themes/fab/templates/personbox_template.php +++ b/themes/fab/templates/personbox_template.php @@ -3,7 +3,7 @@ * Template for drawing person boxes * * This template expects that the following variables will be set - * $pid, $boxID, $personlinks, $icons, $GEDCOM, $style, + * $pid, $boxID, $icons, $GEDCOM, $style, * $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd, * $addname, $showid, $float * @@ -34,7 +34,6 @@ if (!defined('WT_WEBTREES')) { } echo - '<div id="I', $boxID, 'links" style="position:absolute;left:0px;top:0px;width:', $lbwidth, 'px;visibility:hidden;z-index:100;">', $personlinks, '</div>', '<div id="out-', $boxID, '" ', $outBoxAdd, '>', '<div class="noprint" id="icons-', $boxID, '" style="', $iconsStyleAdd, 'width:25px;height:50px;">', $icons, '</div>', $thumbnail, |
