]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Theme.php
Merge pull request #13480 from Raroun/fix_13457
[friendica.git] / src / Core / Theme.php
index 834787da69a504ace1d6d91e7854fe8e0f2b5f10..2f78dad4b5ec1b47f02ad26193a424dec042f78c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,8 +25,6 @@ use Friendica\DI;
 use Friendica\Model\Profile;
 use Friendica\Util\Strings;
 
-require_once 'boot.php';
-
 /**
  * Some functions to handle themes
  */
@@ -294,7 +292,7 @@ class Theme
                }
                return null;
        }
-       
+
        /**
         * Returns the background color of the provided theme if available.
         *