4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: Moinsen on September 12, 2009, 01:22:02 PM
-
Hi,
how can I delete the table row with the big image in the ACP (editimage)? Not the thumbnail row!
Thank you! :)
-
you can try replacing in admin/images.php
$file_src = get_file_path($image_row['image_media_file'], "media", $image_row['cat_id'], 1);
with:
$file_src = TEMPLATE_PATH."/images/spacer.gif";