[aur-dev] [PATCH 5/7] use new css files in header template

elij elij.mx at gmail.com
Mon Apr 4 17:44:09 EDT 2011


---
 web/template/header.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/web/template/header.php b/web/template/header.php
index 0f0e362..5862852 100644
--- a/web/template/header.php
+++ b/web/template/header.php
@@ -5,10 +5,11 @@
 	xml:lang="<?php print "$LANG\" lang=\"$LANG"; ?>">
   <head>
     <title>AUR (<?php print $LANG; ?>)<?php if ($title != "") { print " - " . $title; } ?></title>
-	<link rel='stylesheet' type='text/css' href='css/fonts.css' />
-	<link rel='stylesheet' type='text/css' href='css/containers.css' />
-	<link rel='stylesheet' type='text/css' href='css/arch.css' />
-	<link rel='stylesheet' type='text/css' href='css/archnavbar/archnavbar.css' />
+	<link rel='stylesheet' type='text/css' href='css/aur.min.css' />
+	<link rel='stylesheet' type='text/css' href='css/archnavbar/archnavbar.min.css' />
+    <!--[if IE 6]>
+        <link rel='stylesheet' type='text/css' href='css/archnavbar/ie6.css' />
+    <![endif]-->
 	<link rel='shortcut icon' href='images/favicon.ico' />
 	<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='rss.php' />
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-- 
1.7.4.1



More information about the aur-dev mailing list