Key sort page headers. 1000 should not be first.
This commit is contained in:
parent
ac141b21c5
commit
981293a556
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user