Proof of concept:
[platal.git] / htdocs / advanced_search.php
index a935b64..802a693 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   *
@@ -27,6 +27,7 @@ else
     new_simple_page('search.tpl', AUTH_COOKIE);
 $page->assign('advanced',1);
 $page->assign('public_directory',0);
+$page->assign('use_map', $globals->geoloc->use_map());
 require_once("applis.func.inc.php");
 require_once("geoloc.inc.php");