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 +++--- web/template/pkg_comments.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'web/template') diff --git a/web/template/header.php b/web/template/header.php index 6dd52f7e..246b3047 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); } ?> - - - + + + diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 02f49633..b2d9ca58 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -19,7 +19,7 @@ $count = package_comments_count($_GET['ID']); - + -- cgit v1.2.3-24-g4f1b