A.I.O.M.A. Marche, corso di formazione
A.I.O.M.A. Marche terrà una sessione formativa in Ancona alla via S.Totti, 10 presso la Sala Convegni CONFIDICOOP, il prossimo 12 giugno 2019 dalle 9:30 alle 13:00.
Referente il sig. Fausto Malvolti
/* * Add your own functions here. You can also copy some of the theme functions into this file. * Wordpress will use those functions instead of the original functions then. */ add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Judson'] = 'Judson'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Ubuntu'] = 'Ubuntu'; return $fonts; } function custom_widget_time($time_format) { $time_format = get_option('date_format'); return $time_format; } add_filter('avia_widget_time', 'custom_widget_time');