]> Pileus Git - ~andy/aweather-web/blobdiff - index.c
Misc updates for 0.6.3
[~andy/aweather-web] / index.c
diff --git a/index.c b/index.c
index 304293d174754068b5a86e5bce5cb9672b2eedf0..543b53eb729c5d0d7a7e17f070b7de705accc1aa 100644 (file)
--- a/index.c
+++ b/index.c
@@ -11,8 +11,8 @@ const char desc[] =
 /* Page data */
 page_t header[] = {
        {"about",       "About",       print_about,        0.7, NULL},
-       {"manual",      "Manual",      print_manual,       0.5, NULL},
        {"news",        "News",        print_news,         0.3, NULL},
+       {"manual",      "Manual",      print_manual,       0.5, NULL},
        {"screenshots", "Screenshots", print_screenshots,  0.5, NULL},
        {"download",    "Download",    print_download,     0.7, NULL},
        {"development", "Development", print_development,  0.3, NULL},