diff options
author | eliott <eliott@cactuswax.net> | 2008-01-17 03:30:48 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 07:21:21 +0100 |
commit | a9ea2bd89dd62a9766efae0f118b58bca6df6f17 (patch) | |
tree | f292e34b46651d725b9e33f5b502de29de6fc810 /web/template | |
parent | d4faaaf3195535ea63ac52d2701cf95dea590d15 (diff) | |
download | aur-a9ea2bd89dd62a9766efae0f118b58bca6df6f17.tar.gz aur-a9ea2bd89dd62a9766efae0f118b58bca6df6f17.tar.xz |
updates to header. Manual addition of thayers previous patch.
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/header.php | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/web/template/header.php b/web/template/header.php index b27015ae..3c35523e 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -9,19 +9,13 @@ <link rel='stylesheet' type='text/css' href='/css/containers.css' /> <link rel='stylesheet' type='text/css' href='/css/arch.css' /> <link rel='shortcut icon' href='images/favicon.ico' /> - <link rel='alternate' type='application/rss+xml' - title='Newest Packages RSS' href='rss2.php' /> + <link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='rss2.php' /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body bgcolor='white'> <div id="head_container"> <div id="title"> - <div id="logo"><a href="/"><img src="images/logo.png" - alt="Arch Logo" /></a></div> - <div id="titleimg"><a href="/"><img src="images/title.png" - alt="Arch Linux" /></a></div> - </div> - <div style="float: right; color: #eeeeee; font-size: small"> + <div id="logo"><h1 id="archtitle"><a href="/" title="Arch Linux (Home)">Arch Linux</a></h1></div> </div> <div id="main_nav"> <ul> |