blob: 0f77103e529029ffa3ab5b2788aa637af93d6b95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php
/***************************************************************************
* conf.php *
* ------------------- *
* application : PhpWebGallery 1.3 <http://phpwebgallery.net> *
* author : Jerome <http://www.ze-labo.com> *
* *
* $Id$
* *
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; *
* *
***************************************************************************/
$user['couleur_fond'] = '#444444';
$user['couleur_text_fond'] = 'white';
$user['couleur_text'] = 'white';
?>
|