';
if (isset($mod['vars']['converted'])) {
echo 'This was autogenerated based on your previous front page. It can be modified to suit your requirements. ';
} else {
echo 'This is an autogenerated default dashboard. It can be modified to suit your requirements. ';
}
echo 'Please see the documentation for information about how to configure this dashboard. Including how to delete this widget!';
echo '';
break;
case "weathermap":
echo '
';
$wmap = dbFetchRow("SELECT * FROM `weathermaps` WHERE `wmap_name` = ?", [ $mod['vars']['mapname'] ]);
echo '
';
}
function print_dash_map($mod, $width, $height)
{
global $config;
?>
';
$vars = $mod['vars']; // set the $vars array to be used mostly by geojson
include($config['html_dir'] . '/includes/map/leaflet.inc.php');
} // End show_map
// EOF