Hello, i am new to this forum and i am trying to insert Adsense code between albums.
I found this old thread: http://www.zenphoto.org/support/topic.php?id=32466 but it is three years old.
Can you help me please to adapt fretzl Member Staff Forum old code to new version 1.4.13 ?
In album.php file the unmodified code is:
`
<?php while (next_album()): ?>
<div class="thumb">
<?php printAnnotatedAlbumTitle(); ?>"><?php printAlbumThumbImage(getAnnotatedAlbumTitle()); ?>
<?php printAnnotatedAlbumTitle(); ?>"><?php printAlbumTitle(); ?>
<small><?php printAlbumDate(""); ?></small>
<div><?php printAlbumDesc(); ?>
</div>
</div>
<?php endwhile; ?>
`