mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
7 lines
293 B
PHP
7 lines
293 B
PHP
<?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";
|
|
?>
|