affiche le bouton de carte meme quand y a une erreur de recherche trop generale sur...
[platal.git] / htdocs / geoloc / icon.php
index 7482ffc..07bd17c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -26,6 +26,7 @@ new_nonhtml_page('', AUTH_COOKIE);
 
 header("Content-type: application/x-shockwave-flash");
 
-readfile("../../plugins/geoloc/icon.swf");
+if ($globals->geoloc->use_map())
+       readfile($globals->geoloc->icon_path);
 
 ?>