streams/Zotlabs/Widget/Appcloud.php

14 lines
164 B
PHP
Raw Normal View History

2017-03-16 03:11:28 +00:00
<?php
namespace Zotlabs\Widget;
class Appcloud {
function widget($arr) {
if(! local_channel())
return '';
return app_tagblock(z_root() . '/apps');
}
}