' . $desc . ''; if(! ( local_channel() && Apps::system_app_installed(local_channel(),'Tagadelic'))) { return $text; } $desc = t('This app is installed. It displays a hashtag cloud on your channel homepage.'); $text = '
' . $desc . '
'; $c = new Comanche; return $text . EOL . EOL . $c->widget('tagcloud_wall',EMPTY_STR); } }