diff options
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('?') |
