W pliku theme.php wyedytuj fragment kodu funkcji render_header:
function render_header($header_content) {
global $theme_width,$settings,$locale;
echo "<table align='center' width='".$theme_width."' cellspacing='0' cellpadding='0' style='border:1px #000 solid;'>
<tr>
<td>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td class='full-header' style='padding:5px;'>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td>$header_content</td>
[color=blue]<td style='text-align:right'><img src='images/xxxxx.gif'/></td>[/color]
</tr>
</table>
</td>
</tr>
</table>\n";
A dokładnie wstaw ten fragment na niebiesko.
Gdzie xxxxx.gif to Twój obrazek. |