diff options
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 10 |
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 ."&width=". $this->cfg->thumb_width ."\" /><br />\n"; + } + + } // showPhotoIndex() + } ?> |