In release 1.2.x, 1.3.x....
To replace the default welcome text displayed when no category is selected, you must modify variable $lang['no_category'].
To do that, open your language file (language/english.php for example), replace
$lang['no_category'] = '...';
by
$lang['no_category'] = '<img src="welcome.jpg" alt="welcome to my gallery" />';
and upload a picture named welcome.jpg at the root of your gallery
Offline