From 60b6594fad70d2d49676e02b6123385173bcdae3 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 5 Jun 2007 20:51:35 +0000 Subject: some first draft of an working photo index page git-svn-id: file:///var/lib/svn/phpfspot/trunk@20 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'phpfspot.class.php') 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 "
\n"; + } + + } // showPhotoIndex() + } ?> -- cgit v1.2.3-18-g5258