J'ai mon style.phpdossier qui ressemble à ceci. <?php header('Content-Type: text/css');?> #div{ background:<?php echo get_option('bgcolor');?>; } Cela ne fonctionne pas, mais quand je le fais, cela fonctionne. <?php header('Content-Type: text/css');?> #div{ background: <?php...