diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-21 17:02:31 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-21 17:02:31 +0000 |
commit | 6a4e5eee22fe3a2b69cdadbdf0cb7b210b6783c7 (patch) | |
tree | bcde13f1e29b40fd92e6ff75580b08ddeb6f66bd /h-source/Application/Views/header.php | |
parent | 759f536ae8a94ec5cce173fd00855aa39f0dbf3a (diff) |
h-source:improved search, now also the other_names entry is considered
Diffstat (limited to 'h-source/Application/Views/header.php')
-rw-r--r-- | h-source/Application/Views/header.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php index e86006b..5247659 100644 --- a/h-source/Application/Views/header.php +++ b/h-source/Application/Views/header.php @@ -36,10 +36,6 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index'; <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl?>/Public/Css/main.css"> <link rel="Shortcut Icon" href="<?php echo $this->baseUrl?>/Public/Img/tab_icon_2.ico" type="image/x-icon"> - <!--[if IE 6]> - <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl;?>/Public/Css/explorer6.css"> - <![endif]--> - <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl;?>/Public/Css/explorer7.css"> <![endif]--> |