aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Widget/Profile.php')
-rw-r--r--Zotlabs/Widget/Profile.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Profile.php b/Zotlabs/Widget/Profile.php
new file mode 100644
index 000000000..bffd910b6
--- /dev/null
+++ b/Zotlabs/Widget/Profile.php
@@ -0,0 +1,13 @@
+<?php
+
+namespace Zotlabs\Widget;
+
+
+class Profile {
+
+ function widget($args) {
+ $block = observer_prohibited();
+ return profile_sidebar(\App::$profile, $block, true);
+ }
+
+} \ No newline at end of file