diff options
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Views/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php index 0c7a256..266d97a 100644 --- a/h-source/Application/Views/header.php +++ b/h-source/Application/Views/header.php @@ -31,7 +31,7 @@ $translations = array('insert'=>'inserted','update'=>'updated'); <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="description" content="free software project with the aim of collecting informations about the hardware that work with a fully free operating system" /> <meta name="keywords" content="free software GNU Linux distribution hardware wiki users freedom" /> - <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl?>/Public/Css/website.css"> + <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]> |