more widget migrations
This commit is contained in:
13
Zotlabs/Widget/Appcloud.php
Normal file
13
Zotlabs/Widget/Appcloud.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Widget;
|
||||
|
||||
class Appcloud {
|
||||
|
||||
function widget($arr) {
|
||||
if(! local_channel())
|
||||
return '';
|
||||
return app_tagblock(z_root() . '/apps');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user