diff --git a/img/index.php b/img/index.php index b71eafb..5bec4a5 100755 --- a/img/index.php +++ b/img/index.php @@ -12,7 +12,7 @@ * * JavaScript fo show bigger image if clicked * Recently Uploaded Pictures on sidebar - Frontend DONE - Backend Needed (upload) - * DONE - Automatic thumbnail generation - genthumb() (100px x 100px) + * DONE - Automatic detection of missing or nonexistant thumbnails (either replace with nothumb.png or generate new one on spot) * Force Spaces in tags * Fix headstuff() and title() * Multiple tags without search? @@ -61,7 +61,7 @@ * * JavaScript fo show bigger image if clicked * Recently Uploaded Pictures on sidebar - Frontend DONE - Backend Needed (upload) - * DONE - Automatic thumbnail generation - genthumb() (100px x 100px) + * DONE - Automatic detection of missing or nonexistant thumbnails (either replace with nothumb.png or generate new one on spot) * Force spaces on tags * Fix headstuff() and title() * Multiple tags without search? @@ -131,7 +131,7 @@
- Recent Pictures needs a backend - Frontend complete + Fix headstuff and title
@@ -200,7 +200,8 @@ $name = explode("-", $name); foreach($name as $names){ //echo ''; - echo ''.$names.''."\n "; + echo ''.$names.''."\n "; + //echo ''.$names.''."\n "; } }else{ echo "Error getting images from database";