From 75b87900542466e244581acf824701f2478fa396 Mon Sep 17 00:00:00 2001 From: Erik Youngren Date: Thu, 4 Jun 2009 13:40:24 -0700 Subject: [PATCH] Propogate 375c73d to the rest of the default themes. --- themes/danbooru/layout.class.php | 2 ++ themes/futaba/layout.class.php | 1 + themes/old_default/layout.class.php | 1 + 3 files changed, 4 insertions(+) diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 595e093c..45bcd96f 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -1,3 +1,4 @@ +<<<<<<< HEAD:themes/danbooru/layout.class.php headers); foreach($page->headers as $line) { $header_html .= "\t\t$line\n"; } diff --git a/themes/futaba/layout.class.php b/themes/futaba/layout.class.php index ea53c3db..668efc6a 100644 --- a/themes/futaba/layout.class.php +++ b/themes/futaba/layout.class.php @@ -9,6 +9,7 @@ class Layout { $contact_link = $config->get_string('contact_link'); $header_html = ""; + ksort($page->headers); foreach($page->headers as $line) { $header_html .= "\t\t$line\n"; } diff --git a/themes/old_default/layout.class.php b/themes/old_default/layout.class.php index 77463777..d29de895 100644 --- a/themes/old_default/layout.class.php +++ b/themes/old_default/layout.class.php @@ -9,6 +9,7 @@ class Layout { $contact_link = $config->get_string('contact_link'); $header_html = ""; + ksort($page->headers); foreach($page->headers as $line) { $header_html .= "\t\t$line\n"; }