magicslider: wie hole ich mir php variablen in eine css datei ?

Beitrag lesen

hi ihr beiden,

also egal ob ich so:

  
<link rel=stylesheet type="text/css" href="layout.php>  
oder  
<link type="text/css" href="layout.php>  

einbinde, es will nicht.

meine test layout.php sieht so aus:

  
<?  
header("Content-type: text/css");  
include ("css_data.php");  
  
print "  
BODY  {  
background-color:          $row_admin[bg_color] ;  
}";  
?>  

thx magicslider