forum row

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

forum row

Post by Fire-Fox »

Hey!

Where do i find the following code:
row.png

Fixed with:

Code: Select all

<!-- Google Announce Start -->
    <div class="panel bg1">
  <div class="inner"><span class="corners-top"><span></span></span>
  <h3>Google Announce</h3>
	<div style="text-align: center;"> 
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxx";
/* 728x90, oprettet 07-04-10 */
google_ad_slot = "xxxxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> 
         </div> 
    </div><span class="corners-bottom"><span></span></span></div>
<!-- Google Announce End -->
Last edited by Fire-Fox on 19 Apr 2010, 14:59, edited 3 times in total.

Re: forum row

Post by Stoker »

So you found out it was forumlist_body.html?

Re: forum row

Post by Fire-Fox »

Yes i did :)