summaryrefslogtreecommitdiff
path: root/architecture.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-08 09:19:42 +0100
committerErich Eckner <git@eckner.net>2019-03-08 09:19:42 +0100
commitd82968f177be496316a869d10c15e4fd615122b5 (patch)
treedb5cabc9fff3a263a82b5a41e876c9a1cb59dbff /architecture.php
parent550e79eed4153b59c6f4d3df29e2633e7b2ede13 (diff)
downloadwebsite-d82968f177be496316a869d10c15e4fd615122b5.tar.xz
architecture.php: is part of "home", not "packages"
Diffstat (limited to 'architecture.php')
-rw-r--r--architecture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture.php b/architecture.php
index d29ca93..66bd6da 100644
--- a/architecture.php
+++ b/architecture.php
@@ -25,7 +25,7 @@ $flags = array(
)
);
-print_header('Architecture Overview');
+print_header('Architecture Overview', 'home');
print " <div class=\"box\">\n";
print " <p>\n";
print " The below table lists the compatibility of CPUs (identified by their available flags) with architectures (as defined by Arch Linux 32).\n";