X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fgeoloc.php;h=0a83602bc03c84d8392fce22c848dcc6480ec824;hb=d0edeb70f254ed642b59c7c3636b7802266bcfe4;hp=895c5f464f0f7eb11720b4ab1e4b83a22fb4ac31;hpb=527ccdb5d9e3a120168331f4aa3070f6c574228e;p=platal.git diff --git a/modules/geoloc.php b/modules/geoloc.php index 895c5f4..0a83602 100644 --- a/modules/geoloc.php +++ b/modules/geoloc.php @@ -42,7 +42,7 @@ class GeolocModule extends PLModule function handler_admin(&$page, $action = false) { $page->changeTpl('geoloc/admin.tpl'); require_once("geoloc.inc.php"); - $page->assign('xorg_title','Polytechnique.org - Administration - Geolocalisation'); + $page->setTitle('Administration - Geolocalisation'); $nb_synchro = 0; @@ -100,7 +100,7 @@ class GeolocModule extends PLModule $noCoordinates = $countNoCoordinates->fetchOneCell(); if (isset($refresh) && $missing) { - $page->assign("xorg_extra_header", ""); + $page->assign("pl_extra_header", ""); } $page->assign("nb_cities_not_on_map", $missing); $page->assign("no_smallest", $noSmallest);