streams/Code/Widget/Appcloud.php
2022-02-15 20:08:28 -08:00

15 lines
210 B
PHP

<?php
namespace Code\Widget;
class Appcloud
{
public function widget($arr)
{
if (!local_channel()) {
return '';
}
return app_tagblock(z_root() . '/apps');
}
}