diff options
Diffstat (limited to 'themes/garland/page.tpl.php')
-rw-r--r-- | themes/garland/page.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index ba31d4663..2562513a7 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -6,6 +6,7 @@ <?php print $head ?> <?php print $styles ?> <?php print $scripts ?> + <style type="text/css" media="print">@import "<?php print base_path() . path_to_theme() ?>/print.css";</style> <!--[if lt IE 7]> <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/fix-ie.css";</style> <![endif]--> |