3
In an editor open the following file
XOOPS_ROOTE/themes/YOUR_THEME/theme.htmlLook for the following code:
<table class="head_table" cellpadding="0" cellspacing="0">
<tr>
<td class="head_logo"><a href="http://azlancers.net/"><img name="logo" src="http://azlancers.net/themes/imago06c/images/logo.gif" width="222" height="79" border="0" alt="IMAGO:THEMES">a>td>
<td><div align="right"><img name="head_r1_c5" src="http://azlancers.net/themes/imago06c/images/head_left.gif" width="364" height="79" border="0" alt="">div>td>
tr>
<tr>
<td colspan="2" class="head_bar">td>
tr>
table>
And replace with this:
<table class="head_table" cellpadding="0" cellspacing="0">
<tr>
<td class="head_logo">
<a href="http://azlancers.net/">
<img name="logo" src="http://azlancers.net/themes/imago06c/images/logo.gif" width="222" height="79" border="0" alt="IMAGO:THEMES" />
a>
td>
<td>
<{$xoops_banner}>
td>
<td>
<div align="right">
<img name="head_r1_c5" src="http://azlancers.net/themes/imago06c/images/head_left.gif" width="364" height="79" border="0" alt="" />
div>
td>
tr>
<tr>
<td colspan="3" class="head_bar">td>
tr>
table>
That should do the trick....
update...oops, was a little slow there...