. * * Version 0.1 * Author: Octavio Benedi Sanchez */ function make_interface() { global $url_plugin; global $base_plugin; global $section; global $plugin; if(file_exists($base_plugin.'data/google_key.value')) { $key=file($base_plugin.'data/google_key.value'); } $list='
GPS
Google key
'; $list.='
GPS NMEA Info
'; $list.=''; $list.="
"; $list.="
"; $list.='
Map geolocation
'; $list.=''; $list.='
'; //$list.=''; $list.=''; return $list; } ?>