Esempio n. 1
0
    }
    // function_exists('theme_gmap')
    print theme('geotag', $photo_latitude, $photo_longitude);
}
// photo_location && page
?>

<p class="description" style="font-size: 1em;"><?php 
print $flickr_photo_info['description'];
?>
</p>

<div class="flickr-tags">

 <?php 
$flickr_contexts = $f->photos_getAllContexts($flickr_path[3]);
if (isset($flickr_contexts['pool'])) {
    foreach ($flickr_contexts['pool'] as $pool) {
        $group_url = $f->urls_getGroup($pool['id']);
        $group_links[] = l($pool['title'], $group_url);
    }
    // foreach pool
    $groups_list = "group";
    if (count($group_links) > 1) {
        $groups_list .= "s";
    }
    $groups_list .= ": " . implode(', ', $group_links);
    print $groups_list . ' |';
}
// if the photo is in a pool
?>