aaaaaa ya entiendo tu problema
mira, no falta ninguna imagen
en tu theme del foro
cuando tienes temas importantes se marcan con un contorno de ese color
y se distingen de los normales e importantes...
mira si quieres que aparescan como el de arriba puedes hacer esto...
en tu plantilla global.css
buscas esto
.trow_sep {
color: #3d3b35;
background-color: #0a0a0a;
border-bottom-width: 8px;
border-bottom-style: solid;
border-bottom-color: #369f98;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #369f98;
border-right-color: #369f98;
border-left-color: #369f98;
}
y lo editas por esto
.trow_sep {
color: #3d3b35;
background: url(../../../images/blackevo4-nature/thead_bg.gif) top left repeat-x;
height: 29px;
line-height: 30px;
margin: 0 8px 0 8px;
}