diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-26 19:58:39 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-26 19:58:39 +0000 |
| commit | c14a4924992e32262c97e17bae3eeaec19fb81a4 (patch) | |
| tree | b28fef10b9c4fa342a8db6964b7e064f10db5dfb /individual.php | |
| parent | 53810e62006ab063b4f77bd39c14119970a30b07 (diff) | |
| download | webtrees-c14a4924992e32262c97e17bae3eeaec19fb81a4.tar.gz webtrees-c14a4924992e32262c97e17bae3eeaec19fb81a4.tar.bz2 webtrees-c14a4924992e32262c97e17bae3eeaec19fb81a4.zip | |
Remove old references to print-preview mode
Diffstat (limited to 'individual.php')
| -rw-r--r-- | individual.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/individual.php b/individual.php index a1e0714f83..980a9acd24 100644 --- a/individual.php +++ b/individual.php @@ -216,9 +216,8 @@ foreach ($controller->tabs as $tab) { } ?> <?php - if ((!$controller->isPrintPreview())&&(empty($SEARCH_SPIDER))) { - $showFull = ($PEDIGREE_FULL_DETAILS) ? 1 : 0; - } ?> + $showFull = ($PEDIGREE_FULL_DETAILS) ? 1 : 0; +?> </div> <?php if (!$controller->indi->canDisplayDetails()) { @@ -227,7 +226,6 @@ if (!$controller->indi->canDisplayDetails()) { print "</td></tr></table>"; } else { if (method_exists($controller, 'getOtherMenu')) { - // echo " "; require './sidebar.php'; // Initially hide the sidebar controls & pin ====== @@ -288,4 +286,3 @@ if ($SEARCH_SPIDER) { } else { print_footer(); } -?> |
