Home
last modified time | relevance | path

Searched refs:getNextAlbum (Results 1 – 5 of 5) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/themes/garland/
H A Dfavorites.php108 $nextalbum = getNextAlbum();
H A Dalbum.php97 $nextalbum = getNextAlbum();
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dtemplate-functions.php1998 function getNextAlbum() { function
2001 $nextalbum = $_zp_current_search->getNextAlbum($_zp_current_album->name);
2003 $nextalbum = $_zp_current_album->getNextAlbum();
2016 $nextalbum = getNextAlbum();
H A Dclass-album.php1210 function getNextAlbum() { function in AlbumBase
H A Dclass-search.php1520 function getNextAlbum($curalbum) {