aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-14 12:30:14 +0000
committerMario <mario@mariovavti.com>2023-09-14 12:30:14 +0000
commit0cb5d0d63e3150331999c51c5807603d74b7d4dc (patch)
treebd283d840db8479335d1313c86a3d86468b55ffb /Zotlabs/Module
parent526c85e2ca5f4ab60b6a922f4829f3d8126a6571 (diff)
downloadvolse-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 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Pdledit_gui.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pdledit_gui.php b/Zotlabs/Module/Pdledit_gui.php
index 45a06c00a..ebb2d558a 100644
--- a/Zotlabs/Module/Pdledit_gui.php
+++ b/Zotlabs/Module/Pdledit_gui.php
@@ -268,7 +268,8 @@ class Pdledit_gui extends Controller {
$checkpaths = [
- 'Zotlabs/Widget/*.php'
+ 'Zotlabs/Widget/*.php',
+ 'view/theme/' . lcfirst(App::$theme_info['name']) . '/widget/*.php'
];
$addons = plugins_installed_list();