17
Your /themes/lotr_v2/theme.html has to be edited to incorporate the two code blocks from the article of Trabis on Xuups. Read it carefuly.
The first block has to be inserted after the first table, the one with the header:
<table cellspacing="0">
<tr id="header">
<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.jpg" alt="<{$xoops_pagetitle}>" border="0" />a>td>
<td id="headerimg"> td>
tr>
<tr>
<td id="Lheaderbar" colspan="2" align="center"><img src="<{$xoops_imageurl}>onering.gif" alt="" />td>
tr>
table>
For the second block of code modify this piece of code (you find it a few lines lower):
<td id="leftcolumn">
<{foreach item=block from=$xoops_lblocks}>
<{include file="lotr_v2/theme_blockleft.html"}>
<{/foreach}>
td>
between the foreach tags. So, it looks the same as the example.