more widget migrations
This commit is contained in:
18
Zotlabs/Widget/Shortprofile.php
Normal file
18
Zotlabs/Widget/Shortprofile.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Widget;
|
||||
|
||||
class Shortprofile {
|
||||
|
||||
function widget($arr) {
|
||||
|
||||
if(! \App::$profile['profile_uid'])
|
||||
return;
|
||||
|
||||
$block = observer_prohibited();
|
||||
|
||||
return profile_sidebar(\App::$profile, $block, true, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user