diff --git a/Admin/Activate.php b/Admin/Activate.php index e4f1099..8b1443f 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Admin; @@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Activate extends ActivateAbstract diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 4c1a1f4..0139272 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Admin; @@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Deactivate extends DeactivateAbstract diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index a624f32..522db83 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Admin\Install; @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index 7a27a67..c8c635d 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\Marketing * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Installer extends InstallerAbstract diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index eb61fd5..9c2050b 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Admin; @@ -25,7 +25,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Uninstall extends UninstallAbstract diff --git a/Admin/Update.php b/Admin/Update.php index 8d06b77..64fd29e 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Admin; @@ -26,7 +26,7 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Update extends UpdateAbstract diff --git a/Controller.php b/Controller.php index e55a87b..c2ef68a 100644 --- a/Controller.php +++ b/Controller.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing; @@ -32,7 +32,7 @@ use phpOMS\Asset\AssetType; * @category Modules * @package Modules\Marketing * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface diff --git a/Models/Promotion.php b/Models/Promotion.php index 75a8b23..a02c80d 100644 --- a/Models/Promotion.php +++ b/Models/Promotion.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Models; @@ -23,7 +23,7 @@ use phpOMS\Localization\Money; * @category ProjectManager * @package Framework * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Promotion diff --git a/Models/PromotionMapper.php b/Models/PromotionMapper.php index 9ef6f4a..0115089 100644 --- a/Models/PromotionMapper.php +++ b/Models/PromotionMapper.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace Modules\Marketing\Models; @@ -28,7 +28,7 @@ use Modules\Media\Models\MediaMapper; * @category Calendar * @package Modules * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class PromotionMapper extends DataMapperAbstract diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 4ef284a..ce541fb 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ return ['Navigation' => [ 'Analysis' => 'Analysis', diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index dcbf7d1..730eeeb 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ $MODLANG[1] = [ ]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index dcb418f..fb91ad1 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ return ['Marketing' => [ 'Actual' => 'Actual', diff --git a/Theme/Backend/event-create.tpl.php b/Theme/Backend/event-create.tpl.php index 21330eb..c7c24d9 100644 --- a/Theme/Backend/event-create.tpl.php +++ b/Theme/Backend/event-create.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/event-list.tpl.php b/Theme/Backend/event-list.tpl.php index 976e83a..64157d3 100644 --- a/Theme/Backend/event-list.tpl.php +++ b/Theme/Backend/event-list.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); diff --git a/Theme/Backend/promotion-create.tpl.php b/Theme/Backend/promotion-create.tpl.php index 40d1a18..841d851 100644 --- a/Theme/Backend/promotion-create.tpl.php +++ b/Theme/Backend/promotion-create.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php index 3dc19fd..2e67931 100644 --- a/Theme/Backend/promotion-list.tpl.php +++ b/Theme/Backend/promotion-list.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); diff --git a/Theme/Backend/promotion-profile.tpl.php b/Theme/Backend/promotion-profile.tpl.php index 72ce2b4..b56ee31 100644 --- a/Theme/Backend/promotion-profile.tpl.php +++ b/Theme/Backend/promotion-profile.tpl.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ $promotion = $this->getData('promotion'); $tasks = $promotion->getTasks();