aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pdledit_gui.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Pdledit_gui.php')
-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();