Key sort page headers. 1000 should not be first.

This commit is contained in:
Erik Youngren 2009-06-02 22:20:06 -07:00 committed by Shish
parent 0b90d02318
commit e7bf4f9a8a

View File

@ -14,6 +14,7 @@ class Layout {
$contact_link = $config->get_string('contact_link'); $contact_link = $config->get_string('contact_link');
$header_html = ""; $header_html = "";
ksort($page->headers);
foreach($page->headers as $line) { foreach($page->headers as $line) {
$header_html .= "\t\t$line\n"; $header_html .= "\t\t$line\n";
} }