#!/usr/bin/php7.1 0) { $title .= '+'.$count.' '; } $fullText = span($title, $count ? $color1 : $color2, '#333'); if ($client && (int) getenv('BLOCK_BUTTON') === 1) { shell_exec(sprintf('xdg-open %s', escapeshellarg($client))); } echo block( $blockName, [ 'full_text' => $fullText, ] );