Key sort page headers. 1000 should not be first.
This commit is contained in:
parent
ac141b21c5
commit
981293a556
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue