filename issue
This commit is contained in:
13
Zotlabs/Widget/Profile.php
Normal file
13
Zotlabs/Widget/Profile.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Widget;
|
||||
|
||||
|
||||
class Profile {
|
||||
|
||||
function widget($args) {
|
||||
$block = observer_prohibited();
|
||||
return profile_sidebar(\App::$profile, $block, true);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user