Template war bei dir DArkPhoenix, richtig
Du mußt die CSS bearbeiten: templates/icy_phoenix/style_dark.css
Diesen Code mußt du ändern
body {
background-color: #090e15;
/*background-color: #000000;*/
/*background: #000000 url('images/dark/bg_body.gif') top left repeat-x;*/
margin: 0px 0px 0px 0;
padding: 0px 10px 0px;
}
in
body {
/*background-color: #090e15;*/
/*background-color: #000000;*/
background: #000000 url('images/dark/bg_body.gif') top left repeat-x;
margin: 0px 0px 0px 0;
padding: 0px 10px 0px;
}
Und diese Grafik dementsprechend anpassen: images/dark/bg_body.gif