streams/Zotlabs/Widget/Profile.php

13 lines
173 B
PHP
Raw Normal View History

2017-03-16 01:31:34 +00:00
<?php
namespace Zotlabs\Widget;
class Profile {
function widget($args) {
$block = observer_prohibited();
return profile_sidebar(\App::$profile, $block, true);
}
}