edit folder info | '; echo 'delete folder'; } echo $fld['comment_html']; if (count($images) == 0) { echo '
This folder has no images.
'; } else { echo ''; echo ''; foreach ($images as $img) { $min = $baseurl . $img['id'] . "-min." . $img['extension']; $imgf = $baseurl . $img['id'] . "." . $img['extension']; echo ''; echo ''; echo ''; } echo '
PreviewInfoDate
' . $img['name'] . ''; echo '
' . $img['comment_html'] . '
'; /*echo 'Miniature: ' . $min . '
'; echo 'Image: ' . $imgf . '
'; */ echo '
' . $img['upl_date'] . '
'; if ($can_edit) echo '
delete'; if ($can_edit) echo '
edit info'; echo '
'; } echo '
'; if ($is_owner) { echo '

Your folders

'; } else { echo '

' . $fld["ownername"] . "'s folders

"; } echo ''; require("tpl/general/bottom.php");