From 03cfb5bc2445d326c9ac079a26e1b4d155993336 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 5 Mar 2012 10:14:58 +0000 Subject: [PATCH] html5 boilerplate header --- themes/danbooru/layout.class.php | 7 +++++-- themes/default/layout.class.php | 7 +++++-- themes/flat/layout.class.php | 7 +++++-- themes/futaba/layout.class.php | 7 +++++-- themes/lite/layout.class.php | 7 +++++-- themes/old_default/layout.class.php | 7 +++++-- themes/warm/layout.class.php | 7 +++++-- 7 files changed, 35 insertions(+), 14 deletions(-) diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index beaca2f6..6477068d 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -192,8 +192,11 @@ class Layout { } print << - + + + + + {$page->title} $header_html diff --git a/themes/default/layout.class.php b/themes/default/layout.class.php index 63d2d5a6..9144be08 100644 --- a/themes/default/layout.class.php +++ b/themes/default/layout.class.php @@ -50,8 +50,11 @@ class Layout { } print << - + + + + + {$page->title} $header_html diff --git a/themes/flat/layout.class.php b/themes/flat/layout.class.php index 8f74422c..d0ce1449 100644 --- a/themes/flat/layout.class.php +++ b/themes/flat/layout.class.php @@ -51,8 +51,11 @@ class Layout { } print << - + + + + + {$page->title} $header_html diff --git a/themes/futaba/layout.class.php b/themes/futaba/layout.class.php index c6447668..406bec43 100644 --- a/themes/futaba/layout.class.php +++ b/themes/futaba/layout.class.php @@ -56,8 +56,11 @@ class Layout { } print << - + + + + + {$page->title} $header_html diff --git a/themes/lite/layout.class.php b/themes/lite/layout.class.php index 7ea4ef94..838c41d3 100644 --- a/themes/lite/layout.class.php +++ b/themes/lite/layout.class.php @@ -160,8 +160,11 @@ class Layout { } print << - + + + + + {$page->title} $header_html diff --git a/themes/old_default/layout.class.php b/themes/old_default/layout.class.php index 6c70d649..481c84da 100644 --- a/themes/old_default/layout.class.php +++ b/themes/old_default/layout.class.php @@ -46,8 +46,11 @@ class Layout { } print << - + + + + + {$page->title} $header_html diff --git a/themes/warm/layout.class.php b/themes/warm/layout.class.php index ff242516..7fbcc682 100644 --- a/themes/warm/layout.class.php +++ b/themes/warm/layout.class.php @@ -56,8 +56,11 @@ class Layout { } print << - + + + + + {$page->title} $header_html