'; } if (is_dir('local')) { $smi_list .= '
'; foreach (glob('local/*.svg') as $img) { $smi_list .= '' . $img . ' '; } } echo '
' . $smi_list . '
' . $smi_list; ?>