Pour ton problème de bannière qui n'apparaissent pas, il faut que tu ajoutes cette fonction dans fichier fonction.php de ton theme :
// Banner anzeigen
// $part[] = array("{BANNER1}", theme_show_banner(1) ); #HeaderBanner
// $part[] = array("{BANNER2}", theme_show_banner(2) ); #FooterBanner
// $part[] = array("{BANNER7}", theme_show_banner(7) ); # Skyscraper
// $part[] = array("{BANNER6}", theme_show_banner(6) ); # rechter Banner
ce code est a rajouter dans la fonction :
function theme_define_placeholders()
après soit tu appels un bloc bannière via l'admin soit tu ajoutes directement
{BANNER1} {BANNER2} {BANNER7} {BANNER6} directement dans le fichier theme ou index.html de ton theme