$details ) { echo '
'; if ( isset( $details['title'] ) ) { echo '

'. $details['title'] .'

'; } if ( isset( $details['description'] ) ) { echo '

'. $details['description'] .'

'; } if ( isset( $details['link'] ) ) { echo $details['link']; } echo '
'; } } ?>