diff options
Diffstat (limited to 'app/Theme/XeneaTheme.php')
| -rw-r--r-- | app/Theme/XeneaTheme.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Theme/XeneaTheme.php b/app/Theme/XeneaTheme.php index 8325b429c9..6cd4d0c737 100644 --- a/app/Theme/XeneaTheme.php +++ b/app/Theme/XeneaTheme.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Theme; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,10 +13,12 @@ namespace Fisharebest\Webtrees\Theme; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\Theme; + use Fisharebest\Webtrees\I18N; /** - * Class XeneaTheme - The xenea theme. + * The xenea theme. */ class XeneaTheme extends AbstractTheme implements ThemeInterface { /** |
