'full' ) ); } function applimana_add_dashboard_widget( $widgets ) { array_splice( $widgets, 2, 0, 'applimana' ); return $widgets; } function applimana_dashboard_widget_content(){ $url = get_bloginfo('wpurl'); if(substr($url,0,7) == "http://"){ $url = substr($url,7); } if(substr($url,0,4) == "www."){ $url = substr($url,4); } $praefix = ''; $refresh = 'Refresh'; if(strtolower(get_bloginfo('language')) == 'de-de'){ $praefix = 'de.'; $refresh = 'Neu Laden'; } ?>