fix breadcrumb for geoloc in xnet
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 1 Jan 2007 09:39:34 +0000 (09:39 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 1 Jan 2007 09:39:34 +0000 (09:39 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1319 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/geoloc.php

index 5c0be63..7304475 100644 (file)
@@ -68,8 +68,7 @@ class GeolocModule extends PLModule
             $page->assign('request_geodesix', 1);
 
         if (!empty($GLOBALS['IS_XNET_SITE'])) {
-            $page->useMenu();
-            $page->setType($globals->asso('cat'));
+            new_group_page('geoloc/index.tpl');
             $page->assign('no_annu', 1);
         }