attr('description') != '') ? $node->attr('description') : 'These links contain general information on theme features, troubleshooting and support.'; echo '
'.$description.'
'; foreach ($node->children('link') as $link) { printf('%s', $link->attr('url'), $link->text()); }