diff options
| author | Rob Peters <makitso@gmail.com> | 2010-05-22 13:13:57 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-05-22 13:13:57 +0000 |
| commit | 76a57c44ceda9f58991e8cfd728baedf32f1f2a4 (patch) | |
| tree | 171e91b3667af12552753c749a9f486042457dfa /themes/minimal/theme.php | |
| parent | b88f2f5c112129075849f5b85d995a728a915209 (diff) | |
| download | webtrees-76a57c44ceda9f58991e8cfd728baedf32f1f2a4.tar.gz webtrees-76a57c44ceda9f58991e8cfd728baedf32f1f2a4.tar.bz2 webtrees-76a57c44ceda9f58991e8cfd728baedf32f1f2a4.zip | |
Remove print preview
Diffstat (limited to 'themes/minimal/theme.php')
| -rw-r--r-- | themes/minimal/theme.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php index c6cadfabc8..2ffa0f1a8f 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -40,8 +40,6 @@ $print_stylesheet = WT_THEME_DIR."print.css"; //-- CSS level 2 print stylesheet $toplinks = WT_THEME_DIR."toplinks.php"; //-- File to display the icons and links to different sections $headerfile = WT_THEME_DIR."header.php"; //-- Header information for the site $footerfile = WT_THEME_DIR."footer.php"; //-- Footer information for the site -$print_footerfile = WT_THEME_DIR."print_footer.php"; //-- Print Preview Footer information for the site -$print_headerfile = WT_THEME_DIR."print_header.php"; //-- Print Preview Header information for the site $WT_USE_HELPIMG = false; // set to true to use image for help questionmark, set to false to use i18n::translate('?') |
