if(empty($link)) { // Ausgabe // ... foreach($link as $href => $text) { }}
if (false === empty($link))
if (!empty($link))