$v) { if ($v == $_GET['album']) { // Get the previous album. if (array_key_exists($k-1, $dirList['List'])) { $previous = $dirList['List'][$k-1]; $previousAlbum = getConfig('./' . $previous . '/imageData.xml'); } // Get the current album. $currentAlbum = getConfig('./' . $v . '/imageData.xml'); // Get the next album. if (array_key_exists($k+1, $dirList['List'])) { $next = $dirList['List'][$k+1]; $nextAlbum = getConfig('./' . $next . '/imageData.xml'); } break; } } ?>
← ' . ((isPhpOfVersion(5) == -1) ? utf8_encode($previousAlbum['title']) : $previousAlbum['title']) . '' ; } ?> | Back to "" | ' . ((isPhpOfVersion(5) == -1) ? utf8_encode($nextAlbum['title']) : $nextAlbum['title']) . ' →' ; } ?> |
Login • SimpleViewerAdmin |
SimpleViewer is not set up!
';
// SimpleViewer is installed, show the list of albums.
} else {
// My SimpleViewerAdmin Gallery
echo '
' . (!empty($simpleViewer['title']) ? $simpleViewer['title'] : $simpleViewer['defaultTitle']) . '' . (!empty($simpleViewer['welcomeText']) ? $simpleViewer['welcomeText'] : 'Please choose one of my albums:') . ' '; // Extende display of the list as a table featuring // random thumbnails. if ($simpleViewer['showThumbnailsOnIndex'] == 'true') { echo "
' . (!empty($simpleViewer['extraText']) ? $simpleViewer['extraText'] : '') . ' '; } ?> |
Login • SimpleViewerAdmin |