summaryrefslogtreecommitdiff
path: root/app/Theme/AdministrationTheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Theme/AdministrationTheme.php')
-rw-r--r--app/Theme/AdministrationTheme.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Theme/AdministrationTheme.php b/app/Theme/AdministrationTheme.php
index 82fbd67c7b..c017857d94 100644
--- a/app/Theme/AdministrationTheme.php
+++ b/app/Theme/AdministrationTheme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Theme;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,13 +13,15 @@ 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\Auth;
use Fisharebest\Webtrees\I18N;
use Fisharebest\Webtrees\Menu;
use Fisharebest\Webtrees\Tree;
/**
- * Class AdministrationTheme - Theme for the control panel.
+ * The theme for the control panel.
*/
class AdministrationTheme extends AbstractTheme implements ThemeInterface {
/**