diff options
Diffstat (limited to 'src/web/_views/head.php')
-rw-r--r-- | src/web/_views/head.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/web/_views/head.php b/src/web/_views/head.php index 100e4a0..e54fd1c 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -22,7 +22,10 @@ <link rel="icon" type="image/png" sizes="640x640" href="<?=$this->get_url("public/icons/logo640.png", TRUE)?>"> <link rel="manifest" href="/manifest.json"> <!--[if lt IE 8 ]> - <?=$this->link_css('css/legacy.css')?> + <?=$this->embed_css('css/ie/ie.css')?> + <![endif]--> + <!--[if (gt IE 5)&(lt IE 8) ]> + <?=$this->embed_css('css/ie/ie6.css')?> <![endif]--> <?php foreach($css as $file) echo $this->embed_css($file); |