diff --git a/themes/default/layout.class.php b/themes/default/layout.class.php
index a96da4ec..856fcea0 100644
--- a/themes/default/layout.class.php
+++ b/themes/default/layout.class.php
@@ -43,7 +43,6 @@ class Layout {
$debug = get_debug_info();
$contact = empty($contact_link) ? "" : "
Contact";
- $subheading = empty($page->subheading) ? "" : "
{$page->subheading}
";
$wrapper = "";
if(strlen($page->heading) > 100) {
@@ -62,7 +61,7 @@ $header_html
{$page->heading}
- $subheading
+
$sub_block_html
$left_block_html
diff --git a/themes/default/style.css b/themes/default/style.css
index 6028dd46..811fc9d7 100644
--- a/themes/default/style.css
+++ b/themes/default/style.css
@@ -49,16 +49,6 @@ CODE {
background: #DEDEDE;
font-size: 0.8em;
}
-#subtitle {
- width: 256px;
- font-size: 0.75em;
- margin: auto;
- margin-top: -16px;
- text-align: center;
- border: 1px solid black;
- border-top: none;
- background: #DDD;
-}
#body SELECT {width: 150px;}
TD>INPUT[type="submit"] {width: 100%;}
TD>INPUT[type="text"] {width: 100%;}