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 ac141b21c5
commit 981293a556

View file

@ -14,6 +14,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";
}