Propogate 375c73d to the rest of the default themes.
This commit is contained in:
parent
981293a556
commit
75b8790054
3 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
<<<<<<< HEAD:themes/danbooru/layout.class.php
|
||||
<?php
|
||||
/**
|
||||
* Name: Danbooru Theme
|
||||
|
@ -53,6 +54,7 @@ class Layout {
|
|||
|
||||
|
||||
$header_html = "";
|
||||
ksort($page->headers);
|
||||
foreach($page->headers as $line) {
|
||||
$header_html .= "\t\t$line\n";
|
||||
}
|
||||
|
|
|
@ -9,6 +9,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";
|
||||
}
|
||||
|
|
|
@ -9,6 +9,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";
|
||||
}
|
||||
|
|
Reference in a new issue