mmm aver intentemos modifical algo mas en el mismo codigo
en layout_main.css el texto original es asi
Código: Seleccionar todo
#header {
margin: 0 10px;
padding: 0;
text-align: center;
min-height: 30px;
padding-bottom: 5px;
background: #ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
background: url({T_THEME_PATH}/images/hdr_br.gif) bottom right no-repeat,
url({T_THEME_PATH}/images/hdr_bl.gif) bottom left no-repeat,
url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y,
url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y,
url({T_THEME_PATH}/images/hdr_b.gif) bottom left repeat-x,
url({T_THEME_PATH}/images/header_g2.png) top center repeat-y,
#ececec url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
}
seleccionalo y remplazalo por esto
Código: Seleccionar todo
#header {
margin: 0 10px;
padding: 0;
text-align: center;
min-height: 30px;
padding-bottom: 5px;
background: #ececec
background: url({T_THEME_PATH}/images/hdr_br.gif) bottom right no-repeat,
url({T_THEME_PATH}/images/hdr_bl.gif) bottom left no-repeat,
url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y,
url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y,
url({T_THEME_PATH}/images/hdr_b.gif) bottom left repeat-x,
}
aver si funciona si surte algun cambio
PD: una foto del resultado ayudaria
