Propogate 375c73d to the rest of the default themes.

This commit is contained in:
Erik Youngren 2009-06-04 13:40:24 -07:00 committed by Shish
parent 981293a556
commit 75b8790054
3 changed files with 4 additions and 0 deletions

View file

@ -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";
}

View file

@ -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";
}

View file

@ -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";
}