Révision bd5025ab
ID | bd5025ab714e4b3696493e7e8984d5f6cab6e48b |
Parent | 043955eb |
Enfant | cb1eaa6a |
access map from index.php
Fichiers
- ajouté
- modifié
- copié
- renommé
- supprimé
Révisions
index.php | ||
---|---|---|
38 | 38 |
$cmt = sprintf('<samp>%s</samp>', $pos_file); |
39 | 39 |
$title = ''; |
40 | 40 |
} |
41 |
printf ('<li%s><a href="%s">%s</a></li>'."\n", $title, $pt->get_url(), $cmt);
|
|
41 |
printf ('<li%s>%s : <a href="%s">photo panoramique</a> / <a href="%s">carte</a></li>'."\n", $title, $cmt, $pt->get_url(), $pt->get_map_url());
|
|
42 | 42 |
} |
43 | 43 |
echo "</ul>\n"; |
44 | 44 |
} catch (Exception $e) { |