summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index 379ad98..20ab36d 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -186,6 +186,16 @@ class PHPFSPOT {
} // resetTags()
+ public function showPhotoIndex()
+ {
+
+ foreach($this->avail_photos as $photo)
+ {
+ print "<img src=\"phpfspot_img.php?idx=". $photo ."&amp;width=". $this->cfg->thumb_width ."\" /><br />\n";
+ }
+
+ } // showPhotoIndex()
+
}
?>