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