diff --git a/core/components/gallery/processors/mgr/album/getnodes.class.php b/core/components/gallery/processors/mgr/album/getnodes.class.php index 8c86152..33000df 100644 --- a/core/components/gallery/processors/mgr/album/getnodes.class.php +++ b/core/components/gallery/processors/mgr/album/getnodes.class.php @@ -53,6 +53,7 @@ public function getAlbums($id) { $albumArray['cls'] = 'icon-tiff'.($album->get('active') ? '' : ' gal-item-inactive'); } else { $albumArray['iconCls'] = 'icon icon-tiff'.($album->get('active') ? '' : ' gal-item-inactive'); + $albumArray['cls'] = ($album->get('active') ? '' : ' gal-item-inactive'); } $albumArray['classKey'] = 'galAlbum';