Dieses kleine Snippet, von Christian_N, behebt diesen mißstand und blendet die Nachricht "Keine Bilder" ein.
 
- Code: Alles auswählen
- #
 #----------[ OPEN ]-------------------------------------
 #
 album_mod/album_hierarchy_functions.php
 #
 #----------[ FIND ]-------------------------------------
 #
 'LAST_PIC_URL' => $pic_url
 #
 #----------[ REPLACE WITH ]-----------------------------
 #
 'LAST_PIC_URL' => empty($last_pic_id) ? $lang['No_Pics'] : $pic_url
 #
 #----------[ SAVE AND CLOSE ALL FILES ]-----------------
 #
 # EoM






