Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<?php
plogger_get_header();
print '<div id="thumbnail_container">';
if (plogger_has_pictures()) {
print '<div id="overlay"> </div>';
print '<ul class="slides">';
print ' <div style="width: 100%; margin-top:-25px; height: 10px id="pagination">
<table style="width: 100%;">
<tr>
<td style="text-align:left;">
<!-- AddThis Button BEGIN -->
<script type="text/javascript">addthis_pub = 'OldSkoolMan';</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
</td>
<td style="text-align:right;padding-right:50px">'.plogger_pagination_control().'</td>
</tr>
</table>
</div>';
while(plogger_has_pictures()) {
plogger_load_picture();
// display thumbnails within album
// generate XHTML with thumbnail and link to picture view.
....
<!-- AddThis Button BEGIN -->
<script type="text/javascript">addthis_pub = \'OldSkoolMan\';</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
1 to 6 of 6