summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-06-08 15:09:08 +0100
committerGreg Roach <fisharebest@gmail.com>2015-06-08 21:42:34 +0100
commit76692c8b291f16d9251d67f27078779f6737fe7e (patch)
treed92ba170d781d60d4fcff107d5a46bad5bdbce4f /themes
parent238d6f46440eb68ffb982a7af1ec9dd37c8e75d7 (diff)
downloadwebtrees-76692c8b291f16d9251d67f27078779f6737fe7e.tar.gz
webtrees-76692c8b291f16d9251d67f27078779f6737fe7e.tar.bz2
webtrees-76692c8b291f16d9251d67f27078779f6737fe7e.zip
PHPDoc
Diffstat (limited to 'themes')
-rw-r--r--themes/_administration/theme.php3
-rw-r--r--themes/clouds/theme.php3
-rw-r--r--themes/colors/theme.php3
-rw-r--r--themes/fab/theme.php3
-rw-r--r--themes/minimal/theme.php3
-rw-r--r--themes/webtrees/theme.php3
-rw-r--r--themes/xenea/theme.php3
7 files changed, 7 insertions, 14 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php
index a6139f62f5..2a1d6e52a3 100644
--- a/themes/_administration/theme.php
+++ b/themes/_administration/theme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* 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;
use Fisharebest\Webtrees\Theme\AdministrationTheme;
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php
index e3215d0779..8a455e2bee 100644
--- a/themes/clouds/theme.php
+++ b/themes/clouds/theme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* 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;
use Fisharebest\Webtrees\Theme\CloudsTheme;
diff --git a/themes/colors/theme.php b/themes/colors/theme.php
index 5306cddb50..a79157e3fe 100644
--- a/themes/colors/theme.php
+++ b/themes/colors/theme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* 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;
use Fisharebest\Webtrees\Theme\ColorsTheme;
diff --git a/themes/fab/theme.php b/themes/fab/theme.php
index f68516a027..c369b1838a 100644
--- a/themes/fab/theme.php
+++ b/themes/fab/theme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* 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;
use Fisharebest\Webtrees\Theme\FabTheme;
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php
index 0ea499db1c..87ec7a5d2c 100644
--- a/themes/minimal/theme.php
+++ b/themes/minimal/theme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* 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;
use Fisharebest\Webtrees\Theme\MinimalTheme;
diff --git a/themes/webtrees/theme.php b/themes/webtrees/theme.php
index b70446579a..d79e51e2eb 100644
--- a/themes/webtrees/theme.php
+++ b/themes/webtrees/theme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* 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;
use Fisharebest\Webtrees\Theme\WebtreesTheme;
diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php
index 0a3cb97006..0667a54e2b 100644
--- a/themes/xenea/theme.php
+++ b/themes/xenea/theme.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees;
* 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;
use Fisharebest\Webtrees\Theme\XeneaTheme;