"; foreach($data['paths'] as $val) { $list .= "
  • "; $list .= $val["path"]; $list .= "
  • "; } $list .= ""; } print($list); ?>