echo $icon;
if ($isDirectory) :
<a href="?dir= echo urlencode($itemPath); "> echo htmlspecialchars($item); </a>
else :
echo htmlspecialchars($item);
endif;
|
echo $isDirectory ? '-' : formatBytes(filesize($itemPath)); |
echo $type; |
<div class="file-actions">
if (!$isDirectory) :
endif;
</div>
|