1
Hello . I got the theme named "dream on" somewhere from this site . Now problem is that in this theme google ad's are removed from left side of logo line so i had to use a block for google ad's but bcoz of this the placeis empty i want to utilise that pllace and keep logo on left and google banner on right .
So can u edit this my theme.html file as i am a noob in it so as it shows top band of colour #Ade7ff and
logo.gif in same directory as logo and google ad's on right ?.
Below um putting my theme.html file . Plz someone give 5 mins to it :) .
-----------------------------------------------
<{$xoops_sitename}> - <{$xoops_pagetitle}>
|
|
<{foreach item=block from=$xoops_lblocks}>
<{$block.title}> |
<{$block.content}> |
<{/foreach}>
|
<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}>
<{$block.title}> |
<{$block.content}> |
<{/foreach}>
|
<{foreach item=block from=$xoops_clblocks}>
<{$block.title}> |
<{$block.content}> |
<{/foreach}>
|
<{foreach item=block from=$xoops_crblocks}>
<{$block.title}> |
<{$block.content}> |
<{/foreach}>
|
<{/if}>
<{$xoops_contents}>
| <{if $xoops_showrblock == 1}>
<{foreach item=block from=$xoops_rblocks}>
<{$block.title}> |
<{$block.content}> |
<{/foreach}>
<{/if}>
|
|
<{$xoops_footer}> |
----------------------------------------------------