diff --git a/themes/default/layout.class.php b/themes/default/layout.class.php index f3167810..ea5369c3 100644 --- a/themes/default/layout.class.php +++ b/themes/default/layout.class.php @@ -37,6 +37,11 @@ class Layout { $contact = empty($contact_link) ? "" : "
Contact"; $subheading = empty($page->subheading) ? "" : "
{$page->subheading}
"; + $wrapper = ""; + if(strlen($page->heading) > 100) { + $wrapper = ' style="height: 3em; overflow: auto;"'; + } + print << @@ -50,7 +55,7 @@ $header_html -

{$page->heading}

+ {$page->heading} $subheading