#1 2003-12-04 11:43:22

hama
Member
2003-12-02
27

Changing The Main Background

Where can I change the main background from black to a *.gif?

At the moment the background of "my" gallery is black. I like the theme but I would like to build in a *.gif-main-background. The rectangles (Categories, Menu) should remain black.

Thanks for your help.

Offline

 

#2 2003-12-04 21:10:29

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

Re: Changing The Main Background

Just place a file named background.gif in the directory template/default/theme.

A bug in release 1.3.0 won't make it work, you have to make a small modification ! In template/default/style.inc.php (1.3.0), replace

Code:

    109 $image = './theme/'.$user['theme'].'/background.gif';

by

Code:

$image = './template/'.$user['template'].'/theme/background.gif';

Offline

 

#3 2003-12-04 21:14:44

hama
Member
2003-12-02
27

Re: Changing The Main Background

Thanks, yeah!  :D

Offline

 

Board footer

Powered by FluxBB