diff options
Diffstat (limited to 'lib/tpl/default/mediaref.php')
-rw-r--r-- | lib/tpl/default/mediaref.php | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/tpl/default/mediaref.php b/lib/tpl/default/mediaref.php index 61254c9ce..47752a571 100644 --- a/lib/tpl/default/mediaref.php +++ b/lib/tpl/default/mediaref.php @@ -22,16 +22,7 @@ <?php tpl_metaheaders()?> <link rel="shortcut icon" href="<?php echo DOKU_BASE?>images/favicon.ico" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>layout.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>design.css" /> - - <!--[if gte IE 5]> - <style type="text/css"> - /* that IE 5+ conditional comment makes this only visible in IE 5+ */ - /* IE bugfix for transparent PNGs */ - //img { behavior: url("<?php echo DOKU_BASE?>/pngbehavior.htc"); } - </style> - <![endif]--> + </head> <body> |