From a03c684ecd51327f9c6921a6e0001d82e3223799 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 13 Jul 2012 23:05:15 +0200 Subject: Use absolute URIs for style sheets and images This is needed for our new URI scheme, since we will use virtual directories, such as "/packages/" instead of "/packages.php" etc. Having relative URIs results in incorrect paths, such as "/packages/css/aur.css" (instead of "/css/aur.css"). Signed-off-by: Lukas Fleischer --- web/template/header.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/template/header.php') diff --git a/web/template/header.php b/web/template/header.php index 6dd52f7..246b304 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -5,9 +5,9 @@ xml:lang="" lang=""> AUR (<?php print htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?> - - - + + + -- cgit v1.2.3-54-g00ecf