From 9cee53f3cfbe64286db9ac0361db205e6b9509e3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 23 May 2012 13:32:38 -0400 Subject: Wrap everything in a content cotainer For consistency with archweb. Signed-off-by: Lukas Fleischer Signed-off-by: canyonknight --- web/template/footer.php | 1 + web/template/header.php | 56 ++++++++++++++++++++++++------------------------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/web/template/footer.php b/web/template/footer.php index 0948f68..669c9a0 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -5,5 +5,6 @@ echo "
" . htmlspecialchars($ver) . "
"; } ?> + diff --git a/web/template/header.php b/web/template/header.php index a53180a..885a74f 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -30,34 +30,34 @@ -
-
    -
  • AUR
  • -
  • -
  • -
  • -
  • - -
  • -
  • ">
  • -
  • - -
-
- - +
+
+
    +
  • AUR
  • +
  • +
  • +
  • +
  • + +
  • +
  • ">
  • +
  • + +
+
-
- $lang_name) { - print '" - . htmlspecialchars(strtolower($lang)) . "\n"; -} -?> -
- + +
+ $lang_name) { + print '" + . htmlspecialchars(strtolower($lang)) . "\n"; + } + ?> +
+ -- cgit v1.2.3-54-g00ecf