#1 2003-12-04 21:34:32

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14068

Replace Welcome Text By Picture

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

Code:

$lang['no_category'] = '...';

by

Code:

$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

 

#2 2003-12-06 17:12:45

hama
Member
2003-12-02
27

Re: Replace Welcome Text By Picture

It works.

Thanks  :D 

Offline

 

Board footer

Powered by FluxBB