summaryrefslogtreecommitdiffstats
path: root/web/template/header.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-07-08 10:32:40 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-08 10:32:40 +0200
commita64f23ff94a8c8206df40245914819d810339ca3 (patch)
tree02eaa9c5e1467ddccdbcffd5e208a29a14d6c0bc /web/template/header.php
parent8a5adf46ae80d396245aa87d6e952d508b31a2db (diff)
downloadaur-a64f23ff94a8c8206df40245914819d810339ca3.tar.gz
aur-a64f23ff94a8c8206df40245914819d810339ca3.tar.xz
Remove legacy CSS
We completely switched to using the archweb stylesheet (with some custom extensions in "aur.css"). The old CSS files are no longer needed. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/header.php')
-rw-r--r--web/template/header.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/template/header.php b/web/template/header.php
index 023c44dd..6dd52f7e 100644
--- a/web/template/header.php
+++ b/web/template/header.php
@@ -5,9 +5,6 @@
xml:lang="<?php print htmlspecialchars($LANG, ENT_QUOTES) ?>" lang="<?php print htmlspecialchars($LANG, ENT_QUOTES) ?>">
<head>
<title>AUR (<?php print htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($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/archweb.css' />
<link rel='stylesheet' type='text/css' href='css/aur.css' />
<link rel='shortcut icon' href='images/favicon.ico' />