function print_DegreeConfluence_Url()
{
    if (!get_settings('use_geo_positions')) {
        return;
    }
    if (longitude_invalid()) {
        return;
    }
    echo "http://confluence.org/confluence.php?lat=" . get_Lat() . "&lon=" . get_Lon();
}
function smarty_get_Lat()
{
    return get_Lat();
}