Monday, April 23, 2007

Scribe - 3 colom blogger beta template

Scribe

Scribe - 3 colom blogger beta template

1 comment:

Houssem said...

Hi, thank you for the template.

I would to contribute with this:
The template is lacking the google ads tags in order to add google adsense for those who want to.

You need to replace the section "-- posts --" into this one:

<!-- posts -->
<div class='blog-posts'>
<data:adStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if>
<b:include data='post' name='post'/>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.allowComments'>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>

</b:loop>
<data:adEnd/>
</div>