projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ff976
)
restore THEMEPATH variable in mod/view
author
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Tue, 22 Jan 2019 09:36:42 +0000
(10:36 +0100)
committer
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Tue, 22 Jan 2019 09:36:42 +0000
(10:36 +0100)
mod/view.php
patch
|
blob
|
history
diff --git
a/mod/view.php
b/mod/view.php
index c59eea29827243de3b2f0fac316cb65465957182..640606bce1aeaca332705bf4c3c8b598584aa9ae 100644
(file)
--- a/
mod/view.php
+++ b/
mod/view.php
@@
-13,6
+13,7
@@
function view_init(App $a)
if ($a->argc == 4){
$theme = $a->argv[2];
+ $THEMEPATH = "view/theme/$theme";
if(file_exists("view/theme/$theme/style.php"))
require_once("view/theme/$theme/style.php");
}