芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluentformpro/src/classes/ProSmartCodes.php
'; foreach ($rows as $rowImages) { $html .= '
'; foreach ($rowImages as $image) { $parts = explode('.', $image); $extension = array_pop($parts); if(in_array($extension, ['png', 'jpg', 'jpeg', 'gif'])) { $html .= '
'; } else { $parts = explode('/', $image); $extension = array_pop($parts); $html .= '
'.$extension.'
'; } } $html .= '
'; } $html .= ''; return $html; } }