summaryrefslogtreecommitdiff
path: root/app/Theme/MinimalTheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Theme/MinimalTheme.php')
-rw-r--r--app/Theme/MinimalTheme.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Theme/MinimalTheme.php b/app/Theme/MinimalTheme.php
index e3bf52d863..dded3577eb 100644
--- a/app/Theme/MinimalTheme.php
+++ b/app/Theme/MinimalTheme.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 MinimalTheme - The Minimal theme.
+ * The Minimal theme.
*/
class MinimalTheme extends AbstractTheme implements ThemeInterface {
/**