diff options
author | Mario <mario@mariovavti.com> | 2023-09-14 12:30:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-14 12:30:14 +0000 |
commit | 0cb5d0d63e3150331999c51c5807603d74b7d4dc (patch) | |
tree | bd283d840db8479335d1313c86a3d86468b55ffb /include/plugin.php | |
parent | 526c85e2ca5f4ab60b6a922f4829f3d8126a6571 (diff) | |
download | volse-hubzilla-0cb5d0d63e3150331999c51c5807603d74b7d4dc.tar.gz volse-hubzilla-0cb5d0d63e3150331999c51c5807603d74b7d4dc.tar.bz2 volse-hubzilla-0cb5d0d63e3150331999c51c5807603d74b7d4dc.zip |
also look for widgets in view/theme/themename/widget
Diffstat (limited to 'include/plugin.php')
-rw-r--r-- | include/plugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plugin.php b/include/plugin.php index ae73a847c..648e1953c 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -1074,6 +1074,7 @@ function theme_include($file, $root = '') { $paths = array( "{$root}view/theme/$thname/$ext/$file", + "{$root}view/theme/$thname/widget/$file", "{$root}view/theme/$parent/$ext/$file", "{$root}view/site/$ext/$file", "{$root}view/$ext/$file", |