diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-08-18 00:12:23 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-08-18 00:12:23 +0000 |
| commit | 9d64bad3228665ca09805f941113e26ef2d523f2 (patch) | |
| tree | 328a8a8c632cbfe500a119bda732b4a6c802cac9 | |
| parent | a747df5347922183eff07bc795cae0c57acad08e (diff) | |
| download | webtrees-9d64bad3228665ca09805f941113e26ef2d523f2.tar.gz webtrees-9d64bad3228665ca09805f941113e26ef2d523f2.tar.bz2 webtrees-9d64bad3228665ca09805f941113e26ef2d523f2.zip | |
Bug #619456 - "FAB theme not suitable for Shared Note Assistent"
link to modules.css missing
| -rw-r--r-- | themes/fab/header.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/fab/header.php b/themes/fab/header.php index 6848ba281f..d0a55d9083 100644 --- a/themes/fab/header.php +++ b/themes/fab/header.php @@ -88,7 +88,9 @@ if ($use_alternate_styles && $BROWSERTYPE != "other") { ?> <?php echo - '</head><body id="body" ', $bodyOnLoad, '>'; + '<link type="text/css" href="', WT_THEME_DIR, 'modules.css" rel="Stylesheet" />', + '</head>', + '<body id="body" ',$bodyOnLoad, '>'; flush(); // Allow the browser to start fetching external stylesheets, javascript, etc. echo '<div id="header" class="block">'; // Every page has a header |
