/**
 * @return: print: url
 */
function displetretsidx_the_phone_url()
{
    global $displetretsidx_template;
    echo DispletRetsIdxUtilities::get_phone_url($displetretsidx_template['options']['phone']);
}