2011-05-15, 10:38:08
Deleting some _ in the php files solved the problem for me.
In for instance \plugins\i18n_gallery\plugin_prettyphoto.php you will find
and Changing all instances of these to
and made the titles and descriptions show up nicely.
In for instance \plugins\i18n_gallery\plugin_prettyphoto.php you will find
Code:
@$item['_title']
Code:
@$item['_description']
Code:
@$item['title']
Code:
@$item['description']