]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Theme.php
Some more API functions moved
[friendica.git] / src / Module / Theme.php
index 87aa8deddaaea584db17b19544e6d1daafd9aaa7..1282fc783f47e8161f18180d2c82ab66b597826d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -41,6 +41,7 @@ class Theme extends BaseModule
                }
 
                // set the path for later use in the theme styles
+               $THEMEPATH = "view/theme/$theme";
                if (file_exists("view/theme/$theme/style.php")) {
                        require_once "view/theme/$theme/style.php";
                }