diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-15 19:13:16 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 11:49:03 +0200 |
commit | 74f58818d628a30297f48720b73c094b215f593b (patch) | |
tree | 5cc125f4d40fb02c99fd607ddd6a63da798952c8 /Zotlabs/Widget/Profile.php | |
parent | 17977effe775ef05a48a84da40da4b1f049b00d9 (diff) | |
download | volse-hubzilla-74f58818d628a30297f48720b73c094b215f593b.tar.gz volse-hubzilla-74f58818d628a30297f48720b73c094b215f593b.tar.bz2 volse-hubzilla-74f58818d628a30297f48720b73c094b215f593b.zip |
filename issue
Diffstat (limited to 'Zotlabs/Widget/Profile.php')
-rw-r--r-- | Zotlabs/Widget/Profile.php | 13 |
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 |