#!/usr/bin/php7.1 0) { $title .= ' +'.$count; } $fullText = span(' '.$title.' ', $count ? color('normal') : color('info'), '#333'); // sprintf('[%s] %s', $title, $count = count($matches)); $blockButton = (int) getenv('BLOCK_BUTTON'); if ($blockButton === 1) { shell_exec('xdg-open "https://tiny.deblan.org/index.php"'); } echo block( 'rss', [ 'full_text' => $fullText, // 'color' => $count ? color('normal') : color('info'), ] );