diff options
Diffstat (limited to 'themes/fab/theme.php')
| -rw-r--r-- | themes/fab/theme.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/fab/theme.php b/themes/fab/theme.php index 241de3828f..fadf0c64eb 100644 --- a/themes/fab/theme.php +++ b/themes/fab/theme.php @@ -1,7 +1,9 @@ <?php -// FAB theme +namespace Webtrees; + + // FAB theme // -// webtrees: Web based Family History software +// webtrees: online genealogy // Copyright (C) 2015 webtrees development team. // // This program is free software; you can redistribute it and/or modify @@ -18,4 +20,4 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -return new WT\Theme\Fab; +return new FabTheme; |
