diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:38:38 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:38:38 +0000 |
commit | 55a0a61aaf58a02e2ac5d2c489f81b1be4730cd8 (patch) | |
tree | 54db07101b35ea40bf48de022f5244280a9efbe4 /template/default/theme/conf.php | |
parent | a11cb36e34e08f2ed2c573c9fe1c6097cbd7be29 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@25 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/theme/conf.php')
-rw-r--r-- | template/default/theme/conf.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/default/theme/conf.php b/template/default/theme/conf.php new file mode 100644 index 000000000..8b159b162 --- /dev/null +++ b/template/default/theme/conf.php @@ -0,0 +1,7 @@ +<?php + /*---------------couleur de fond pour le template agjimmy - lightred------------------*/ + /* ce template a été "adapté" par thierry */ + $user['couleur_fond'] = "#FFFFFF"; + $user['couleur_text_fond'] = "black"; + $user['couleur_text'] = "black"; +?>
\ No newline at end of file |