<?php
define('WEBPATH', 'sciezka_do_zenphoto');
require_once(WEBPATH . "/zp-core/template-functions.php");
$ts = 140; // szerokosc i wysokosc miniaturki
$zw = 960; // szerokosc powiekszenia
$an = "moj-album"; // nazwa albumu, ktory wyswietlamy
$galleryobject = new Gallery();
$albumobject = new Album($galleryobject, $an);
makeAlbumCurrent($albumobject);
$images = $albumobject->getImages();
while (next_image($images)) {
$thumb = htmlspecialchars(getCustomImageURL(NULL,$ts,$ts,$ts,$ts));
$thumb_html = '<img src="'.$thumb.'" alt="" width="'.$ts.'" height="'.$ts.'"/>';
$zoom = htmlspecialchars($_zp_current_image->getCustomImage(NULL,$zw,NULL,NULL,NULL,NULL,NULL));
$zoom_html = '<a href="'.$zoom.'">'.$thumb_html.'</a>';
echo $zoom_html;
}
?>
czwartek, 19 stycznia 2012
Subskrybuj:
Komentarze do posta (Atom)
Archiwum bloga
-
▼
2012
(16)
- ► października (2)
-
►
2011
(51)
- ► października (1)
-
►
2009
(190)
- ► października (2)
Brak komentarzy:
Prześlij komentarz