2
You can try this... It will place all your photos on the left with the google adsense information on the right.
<table width='100%' cellspacing='0' cellpadding='0' border='0'>
<tr>
<td align='center' style='margin:0px;padding:5px 0px;'>
<{foreach item=photo key=count from=$block.photo}>
<a href="<{$block.mod_url}>/photo.php?lid=<{$photo.lid}>&cid=<{$photo.cid}>"><img src="<{$photo.thumbs_url}>/<{$photo.lid}>.<{$photo.ext}>" <{$photo.img_attribs}> alt="<{$photo.title}>" title="<{$photo.title}>" />a>
<{if $count is div by $block.cols }>
<br />
<{/if}>
<{/foreach}>
td>
<td>
td>
tr>
table>
I've marked the place in the code where you would paste the adsense code from google. Hope this helps.