' . $desc . ''; $o .= $text; $text2 = '
' . t('This app is installed. ') . '
'; if (local_channel() && Apps::system_app_installed(local_channel(),'Virtual Lists')) { $o .= $text2; } return $o; } }