diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-03-06 09:31:24 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-03-06 09:31:24 +0000 |
| commit | af25314c55e90c502971408195a0192ec833d81a (patch) | |
| tree | 011a42aff906bc1c94278eec9a1116555be66eed /individual.php | |
| parent | 13295811d8924e616323d6336a355733793d5d20 (diff) | |
| download | webtrees-af25314c55e90c502971408195a0192ec833d81a.tar.gz webtrees-af25314c55e90c502971408195a0192ec833d81a.tar.bz2 webtrees-af25314c55e90c502971408195a0192ec833d81a.zip | |
Fix: do not display silhouette/thumbnail on INDI page, when MULTI_MEDIA is disabled
Diffstat (limited to 'individual.php')
| -rw-r--r-- | individual.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/individual.php b/individual.php index 1e3c4904a9..90034504f0 100644 --- a/individual.php +++ b/individual.php @@ -119,7 +119,7 @@ jQuery(document).ready(function() { ?> </h1> <div id="indi_mainimage"> - <?php if ($controller->canShowHighlightedObject()) { + <?php if ($MULTI_MEDIA && $controller->canShowHighlightedObject()) { echo $controller->getHighlightedObject(); } ?> </div> |
