include "../include/header.php"; ?> function displayFlag($flags, $flagId, $flagSelectedId) { $flagName = $flags[$flagId]; $flagFilename = strtolower(str_replace(' ', '-', $flagName)); if ($flagId == $flagSelectedId) { $preTag = ''; $postTag = ''; $border = '2'; } else { $preTag = ''; $postTag = ''; $border = '0'; } ?>
|
Photo GalleryDue to the astounding size of the gallery (and growing all the time), Iain's photos are organized by region. Each time you visit this page, you'll see a random selection from the gallery. Or, click on one of the flags that border this page to view more.include '../gallery/' . strtolower(str_replace(' ', '-', $flags[$flagSelectedId])) . '.php'; ?> |
|