Merhaba Guy herhangi bir bu işi yapmak için nasıl bir fikir?
<?php $themename_orig = get_bloginfo ( 'name' );
$clean = toAscii($themename_orig);
$shortname_opciones = $clean;
?>
body {
background:url("<?php echo $shortname_opciones."_bg_img"; ?>") no-repeat scroll center top
<?php echo $shortname_opciones."_color_bg"; ?>;
}
#logo
{
background: url("<?php echo $shortname_opciones."_logo"; ?>") 0 17px no-repeat;
}
Temelde benim sorunum ben bir dize ile birleştirerek sonra bir değişken echo olduğunu, bu değişken mevcut.