function fau_ad_metabox_content($object, $box)
{
    global $defaultoptions;
    global $post;
    wp_nonce_field(basename(__FILE__), 'fau_ad_metabox_content_nonce');
    if (!current_user_can('edit_page', $object->ID)) {
        // Oder sollten wir nach publish_pages  fragen?
        // oder nach der Rolle? vgl. http://docs.appthemes.com/tutorials/wordpress-check-user-role-function/
        return;
    }
    $aditionid = get_post_meta($object->ID, 'fauval_ad_aditionid', true);
    $targeturl = get_post_meta($object->ID, 'fauval_ad_url', true);
    $code = get_post_meta($object->ID, 'fauval_ad_code', true);
    $notiz = get_post_meta($object->ID, 'fauval_ad_notes', true);
    $position = get_post_meta($object->ID, 'fauval_ad_position', true);
    if (!$position) {
        $position = 0;
    }
    /* Old values */
    if (empty($code)) {
        $code = get_post_meta($object->ID, 'ad_script', true);
    }
    $link = get_post_meta($object->ID, 'link', true);
    if (empty($targeturl) && isset($link)) {
        $targeturl = $link;
    }
    $infotext = __('Geben Sie hier die ID-Nummer ein, die für die jeweilige Werbeeinblendung genutzt werden soll. Diese ID erhalten Sie von Adition, bzw. finden Sie in dem HTML-Code, den Sie zum Einbau in ihrer Website von Adition erhalten haben.', 'fau');
    $infotext .= '<br>' . __('Beispiel eines Codes von Adition: ', 'fau') . '<img style="border: 2px dotted #ddd; display: block; margin: 10px;" src="' . get_fau_template_uri() . '/img/posttype_ad_example.png" alt="Beispiel-Code von Universi"><br>';
    $infotext .= __('Nehmen Sie hier die Zahl, die bei Ihrem Code an der im Beispiel unterstrichenen Stelle hinter der Zeichenfolge <code>wp_id=</code> auftaucht.', 'fau');
    fau_form_number('fauval_ad_aditionid', $aditionid, __('Werbe-ID', 'fau'), $infotext);
    echo __('Hinweis: Ist die Id mit einem Wert über 0 belegt, wird der Code in der manuellen HTML-Einbindung und der Verlinkung ignoriert.', 'fau');
    fau_form_textarea('fauval_ad_code', $code, __('HTML-Code zur Einbindung', 'fau'), 80, 6, __('Achtung: Dieser HTML-Code wird nicht auf syntaktische Korrektheit geprüft. Fehler, wie nicht geschlossene HTML-Anweisungen, können die gesamte Website beschädigen und dafür sorgen, daß eine kleine süße Katze irgendwo auf der Welt stirbt.', 'fau'));
    echo __('Sollte weder eine Adition-ID eingegeben worden sein, noch HTML-Code, kann eine Bannerverlinkung durch EIngabe der URL und des Beitragsbildes festgelegt werden.', 'fau');
    fau_form_url('fauval_ad_url', $targeturl, __('Webadresse', 'fau'), __('Sollte kein HTML-Code eingegeben werden sollen, kann alternativ direkt eine Zieladresse und ein Bild aus der Mediathek gewählt werden. Hiermit kann die URL des Zieles eingegeben werden. Als Bild wird das gewählte Beitragsbild verwendet.', 'fau'), $placeholder = 'http://');
    fau_form_select('fauval_ad_position', array('1' => __('Sidebar', 'fau'), '2' => __('Unterhalb des Inhaltsbereich', 'fau')), $position, __('Position', 'fau'), __('Angabe an welchen Positionen der Seite diese Werbung angezeigt werden kann.', 'fau'), 1, __('Sidebar und unterhalb des Inhaltsbereich', 'fau'));
    fau_form_textarea('fauval_ad_notes', $notiz, __('Redaktionelle Notizen', 'fau'), 80, 3, __('Hier können redaktionelle Notizen hinterlassen werden. Diese werden nur hier angezeigt.', 'fau'));
    return;
}
 *
 * @package WordPress
 * @subpackage FAU
 * @since FAU 1.0
 */
global $options;
?>

	</div> <!-- /wrap -->

	<footer id="footer">
		<div class="container">
			<div class="row">
				<div class="span3">
					<p><img src="<?php 
echo get_fau_template_uri();
?>
/img/logo-fau-inverse.png" width="185" height="35" alt="Friedrich-Alexander-Universität Erlangen-Nürnberg"></p>
				</div>
				<div class="span4">
					
				<p itemscope itemtype="http://schema.org/PostalAddress">
				    <span itemprop="name"><?php 
echo $options['contact_address_name'];
if (isset($options['contact_address_name2'])) {
    echo "<br>" . $options['contact_address_name2'];
}
?>
</span><br>
				    <span itemprop="streetAddress"><?php 
echo $options['contact_address_street'];
<?php

/* 
 * Default Constants and values 
 */
$defaultoptions = array('optiontable-version' => 12, 'js-version' => '1.6', 'website_type' => 2, 'website_usefaculty' => '', 'website_allow_fauportal' => array('www.fau.de', 'www.fau.eu', 'zuv.cms.rrze.uni-erlangen.de', 'megli.zuv.cms.rrze.uni-erlangen.de', 'heledir.zuv.cms.rrze.uni-erlangen.de', 'annabon.zuv.cms.rrze.uni-erlangen.de', 'tuilinn.zuv.cms.rrze.uni-erlangen.de', 'cugu.zuv.cms.rrze.uni-erlangen.de', 'alfirin.test.rrze.fau.de', 'ithron.rrze.uni-erlangen.de', 'test8.tindu.rrze.uni-erlangen.de', 'test4.tindu.rrze.uni-erlangen.de'), 'default_home_orga' => 'fau', 'default_faculty_useshorttitle' => false, 'optionpage-tab-default' => 'website', 'content-width' => 770, 'src-fallback-slider-image' => get_fau_template_uri() . '/img/slider-fallback.jpg', 'slider-category' => 'header', 'slider-catid' => 1, 'src-scriptjs' => get_fau_template_uri() . '/js/scripts.min.js', 'src-pluginsjs' => get_fau_template_uri() . '/js/libs/plugins.min.js', 'default_slider_excerpt_length' => 240, 'start_header_count' => 5, 'start_max_newscontent' => 5, 'start_max_newspertag' => 1, 'start_prefix_tag_newscontent' => 'startseite', 'start_link_news_cat' => 0, 'start_link_news_show' => 1, 'start_link_news_linktitle' => __('Mehr Meldungen', 'fau'), 'start_link_videoportal_socialmedia' => false, 'start_title_videoportal_socialmedia' => __('Videoportal', 'fau'), 'start_title_videoportal_url' => 'http://video.fau.de', 'default_submenuthumb_src' => get_fau_template_uri() . '/img/default-submenuthumb.png', 'default_submenu_spalten' => 4, 'default_submenu_entries' => 5, 'menu_fallbackquote_show_excerpt' => 1, 'menu_fallbackquote_excerpt_length' => 240, 'start_topevents_max' => 1, 'start_topevents_active' => true, 'topevent_hideimage' => false, 'topevents_templates' => array(1), 'default_topevent_thumb_src' => get_fau_template_uri() . '/img/default-topeventthumb.png', 'default_topevent_excerpt_length' => 100, 'default_startseite-bannerbild-image_src' => get_fau_template_uri() . '/img/bannerbild-tafel-1260x182.jpg', 'startseite_banner_usedefault' => false, 'default_thumb_width' => 300, 'default_thumb_height' => 150, 'default_thumb_crop' => false, 'slider-image-width' => 1260, 'slider-image-height' => 350, 'slider-image-crop' => true, 'default_startseite-bannerbild-image_width' => 1260, 'default_startseite-bannerbild-image_height' => 182, 'default_startseite-bannerbild-image_crop' => true, 'default_submenuthumb_width' => 220, 'default_submenuthumb_height' => 110, 'default_submenuthumb_crop' => false, 'default_topevent_thumb_width' => 140, 'default_topevent_thumb_height' => 90, 'default_topevent_thumb_crop' => true, 'default_logo_carousel_width' => 140, 'default_logo_carousel_height' => 110, 'default_logo_carousel_crop' => false, 'default_postthumb_width' => 220, 'default_postthumb_height' => 147, 'default_postthumb_crop' => false, 'default_post_width' => 300, 'default_post_height' => 200, 'default_post_crop' => false, 'default_person_thumb_width' => 60, 'default_person_thumb_height' => 80, 'default_person_thumb_crop' => true, 'default_person_thumb_bigger_width' => 90, 'default_person_thumb_bigger_height' => 120, 'default_person_thumb_bigger_crop' => true, 'default_person_thumb_page_width' => 200, 'default_person_thumb_page_height' => 300, 'default_person_thumb_page_crop' => true, 'default_gallery_full_width' => 940, 'default_gallery_full_height' => 470, 'default_gallery_full_crop' => false, 'default_gallery_thumb_width' => 120, 'default_gallery_thumb_height' => 80, 'default_gallery_thumb_crop' => true, 'default_gallery_grid_width' => 145, 'default_gallery_grid_height' => 120, 'default_gallery_grid_crop' => false, 'default_gallery_grid2col_width' => 300, 'default_gallery_grid2col_height' => 200, 'default_gallery_grid2col_crop' => true, 'default_gallery_grid4col_width' => 140, 'default_gallery_grid4col_height' => 70, 'default_gallery_grid4col_crop' => true, 'breadcrumb_root' => __('Startseite', 'fau'), 'breadcrumb_delimiter' => ' <span>/</span>', 'breadcrumb_beforehtml' => '<span class="active">', 'breadcrumb_afterhtml' => '</span>', 'breadcrumb_uselastcat' => true, 'breadcrumb_withtitle' => false, 'default_logo_src' => get_fau_template_uri() . '/img/logos/logo-default.png', 'default_logo_height' => 65, 'default_logo_width' => 240, 'socialmedia' => 0, 'active_socialmedia_footer' => array(0), 'socialmedia_buttons_title' => __('FAUSocial', 'fau'), 'menu_pretitle_portal' => __('Portal', 'fau'), 'menu_aftertitle_portal' => '', 'contact_address_name' => __('Friedrich-Alexander-Universität', 'fau'), 'contact_address_name2' => __('Erlangen-Nürnberg', 'fau'), 'contact_address_street' => __('Schlossplatz 4', 'fau'), 'contact_address_plz' => __('91054', 'fau'), 'contact_address_ort' => __('Erlangen', 'fau'), 'contact_address_country' => '', 'display_nojs_notice' => 0, 'display_nojs_note' => __('JavaScript wurde deaktiviert oder Ihr Browser unterstützt kein JavaScript. Alle Inhalte sind erreichbar, jedoch ist die Bedienung teilweise umständlicher.', 'fau'), 'google-site-verification' => '', 'default_mainmenu_number' => 4, 'default_excerpt_morestring' => '...', 'default_excerpt_length' => 50, 'default_anleser_excerpt_length' => 300, 'default_search_excerpt_length' => 300, 'default_postthumb_src' => get_fau_template_uri() . '/img/default-postthumb.png', 'default_postthumb_always' => 1, 'custom_excerpt_allowtags' => 'br', 'url_banner-ad-notice' => 'http://www.fau.info/werbungfaude', 'title_banner-ad-notice' => __('Werbung', 'fau'), 'title_hero_post_categories' => __('FAU aktuell', 'fau'), 'title_hero_post_archive' => __('FAU aktuell', 'fau'), 'title_hero_search' => __('Suche', 'fau'), 'title_hero_events' => __('Veranstaltungskalender', 'fau'), 'advanced_beitragsoptionen' => true, 'advanced_topevent' => true, 'advanced_activateads' => false, 'galery_link_original' => true, 'advanced_page_start_herojumplink' => false, 'advanced_post_active_subtitle' => true, 'advanced_page_sidebar_titleabove' => true, 'advanced_page_sidebar_titlebelow' => true, 'advanced_page_sidebar_useeditor_textabove' => false, 'advanced_page_sidebar_useeditor_textbelow' => false, 'advanced_page_sidebar_personen_title' => __('Kontakt', 'fau'), 'advanced_page_sidebar_linkblock1_number' => 3, 'advanced_page_sidebar_linkblock2_number' => 3, 'advanced_page_sidebar_linkblock1_title' => __('Weitere Informationen', 'fau'), 'advanced_page_sidebar_linkblock2_title' => __('Sonstiges', 'fau'), 'advanced_page_sidebar_order_personlinks' => 0, 'advanced_activate_post_comments' => false, 'advanced_comments_notes_before' => __('Ihre E-Mail-Adresse wird nicht angezeigt. Verpflichtende Felder werden mit dem folgenden Zeichen markiert: <span class="required">*</span>', 'fau'), 'advanced_comments_disclaimer' => __('Hinweis: Die Kommentare wurden von Lesern geschrieben und spiegeln deren persönliche Meinung wieder. Sie müssen nicht die Meinung der Universität oder der Fakultät repräsentieren.', 'fau'), 'advanced_comments_avatar' => false, 'advanced_activate_synonyms' => false, 'advanced_activate_glossary' => false, 'post_display_category_below' => true, 'post_display_tags_below' => true, 'search_display_post_thumbnails' => true, 'search_display_post_cats' => true, 'search_display_continue_arrow' => true, 'search_display_excerpt_morestring' => '...', 'search_display_typenote' => true, 'search_post_types' => array("page", "post", "person", "attachment"), 'search_allowfilter' => true, 'plugin_fau_person_headline' => true, 'plugin_fau_person_malethumb' => get_fau_template_uri() . '/img/platzhalter-mann.png', 'plugin_fau_person_femalethumb' => get_fau_template_uri() . '/img/platzhalter-frau.png', 'index_synonym_listall' => true, 'index_glossary_listall' => true, 'advanced_reveal_pages_id' => true, 'advanced_images_info_credits' => 0, 'advanced_display_hero_credits' => true, 'advanced_display_postthumb_credits' => true, 'advanced_forceclean_homelink' => true, 'advanced_forceclean_externlink' => true);
/*
 * Get Options
 */
function fau_initoptions()
{
    global $defaultoptions;
    $oldoptions = get_option('fau_theme_options');
    if (isset($oldoptions) && is_array($oldoptions)) {
        $newoptions = array_merge($defaultoptions, $oldoptions);
        if (!isset($oldoptions['optiontable-version']) || $oldoptions['optiontable-version'] < $defaultoptions['optiontable-version']) {
            // Neue Optionen: Ueberschreibe Default-Optionen, die nicht manuell
            // gesetzt werden konnten
            $ignoreoptions = array();
            global $setoptions;
            foreach ($setoptions['fau_theme_options'] as $tab => $f) {
                foreach ($setoptions['fau_theme_options'][$tab]['fields'] as $i => $value) {
                    $ignoreoptions[$i] = $value;
                }
            }
            $defaultlist = '';
            foreach ($defaultoptions as $i => $value) {
                if (!isset($ignoreoptions[$i])) {
                    $newoptions[$i] = $defaultoptions[$i];
                }
            }
<?php

/* 
 * Data Defaults for FAU
 */
/*
 * Social Media 
 */
$default_socialmedia_liste = array('delicious' => array('name' => 'Delicious', 'content' => '', 'active' => 0), 'diaspora' => array('name' => 'Diaspora', 'content' => '', 'active' => 0), 'facebook' => array('name' => 'Facebook', 'content' => 'https://de-de.facebook.com/Uni.Erlangen.Nuernberg', 'active' => 1), 'twitter' => array('name' => 'Twitter', 'content' => 'https://twitter.com/UniFAU', 'active' => 1), 'gplus' => array('name' => 'Google Plus', 'content' => '', 'active' => 0), 'flickr' => array('name' => 'Flickr', 'content' => '', 'active' => 0), 'itunes' => array('name' => 'iTunes', 'content' => '', 'active' => 0), 'skype' => array('name' => 'Skype', 'content' => '', 'active' => 0), 'youtube' => array('name' => 'YouTube', 'content' => '', 'active' => 0), 'xing' => array('name' => 'Xing', 'content' => 'https://www.xing.com/net/alumnifau', 'active' => 1), 'tumblr' => array('name' => 'Tumblr', 'content' => '', 'active' => 0), 'github' => array('name' => 'GitHub', 'content' => '', 'active' => 0), 'feed' => array('name' => 'RSS Feed', 'content' => get_bloginfo('rss2_url'), 'active' => 1), 'pinterest' => array('name' => 'Pinterest', 'content' => 'http://www.pinterest.com/unifau/', 'active' => 0), 'instagram' => array('name' => 'Instagram', 'content' => 'https://instagram.com/uni_fau/', 'active' => 0), 'wikipedia' => array('name' => 'Wikipedia', 'content' => 'https://de.wikipedia.org/wiki/Friedrich-Alexander-Universit%C3%A4t_Erlangen-N%C3%BCrnberg', 'active' => 0));
/* 
 * Default Link List for Submenus , can be overwritten bei Menu  
 */
$default_link_liste = array('faculty' => array('_title' => __('Fakultäten', 'fau'), 'link1' => array('name' => __('Philosophische Fakultät und Fachbereich Theologie', 'fau'), 'content' => 'http://www.phil.fau.de/', 'class' => 'phil'), 'link2' => array('name' => __('Rechts- und Wirtschaftswissenschaftliche Fakultät', 'fau'), 'content' => 'https://www.rw.fau.de/', 'class' => 'rw'), 'link3' => array('name' => __('Medizinische Fakultät', 'fau'), 'content' => 'http://www.dekanat.med.uni-erlangen.de/', 'class' => 'med'), 'link4' => array('name' => __('Naturwissenschaftliche Fakultät', 'fau'), 'content' => 'https://www.nat.fau.de/', 'class' => 'nat'), 'link5' => array('name' => __('Technische Fakultät', 'fau'), 'content' => 'https://www.tf.fau.de/', 'class' => 'tf')), 'diefau' => array('_title' => __('Die FAU', 'fau'), 'link1' => array('name' => __('Alle Studiengänge', 'fau'), 'content' => 'https://www.fau.de.de/studium/vor-dem-studium/studiengaenge/alle-studiengaenge/'), 'link2' => array('name' => __('Studium A-Z', 'fau'), 'content' => 'https://www.fau.de/studium/im-studium/studium-a-z/'), 'link3' => array('name' => __('Zahlen, Daten, Fakten', 'fau'), 'content' => 'https://www.fau.de/universitaet/kennzahlen-und-rankings/'), 'link4' => array('name' => __('Wissenschaftsschwerpunkte', 'fau'), 'content' => 'https://www.fau.de/forschung/forschungsprofil/forschungsprofil-und-wissenschaftsschwerpunkte-der-fau/'), 'link5' => array('name' => __('Stiften und Fördern', 'fau'), 'content' => 'https://www.fau.de/universitaet/stiften-und-foerdern/')), 'centers' => array('_title' => __('Einrichtungen', 'fau'), 'link1' => array('name' => __('Universitätsbibliothek', 'fau'), 'content' => 'http://www.ub.fau.de/'), 'link2' => array('name' => __('Rechenzentrum', 'fau'), 'content' => 'https://www.rrze.fau.de/', 'class' => 'rwfak'), 'link3' => array('name' => __('Sprachenzentrum', 'fau'), 'content' => 'http://www.sz.uni-erlangen.de/', 'class' => 'medfak'), 'link4' => array('name' => __('Graduiertenschule', 'fau'), 'content' => 'http://www.promotion.fau.de/', 'class' => 'natfak')), 'infos' => array('_title' => __('Informationen für', 'fau'), 'link1' => array('name' => __('Studierende', 'fau'), 'content' => 'https://www.fau.de/studium/'), 'link2' => array('name' => __('Schülerinnen und Schüler', 'fau'), 'content' => 'https://www.fau.de/schulportal-der-fau/'), 'link3' => array('name' => __('Alumni', 'fau'), 'content' => 'https://www.fau.de/alumni/'), 'link4' => array('name' => __('Unternehmen', 'fau'), 'content' => 'https://www.fau.de/patente-gruendung-wissenstransfer/service-fuer-unternehmen/')), 'meta' => array('link1' => array('name' => __('Mein Campus', 'fau'), 'content' => 'https://campus.fau.de/'), 'link2' => array('name' => __('UnivIS', 'fau'), 'content' => 'http://univis.fau.de/'), 'link3' => array('name' => __('Lageplan', 'fau'), 'content' => 'http://karte.fau.de/')), 'techmenu' => array('link1' => array('name' => __('Stellenangebote', 'fau'), 'content' => 'https://www.fau.de/universitaet/stellen-praktika-und-jobs/'), 'link2' => array('name' => __('Presse', 'fau'), 'content' => 'https://www.fau.de/presseportal-der-fau/'), 'link3' => array('name' => __('Intranet', 'fau'), 'content' => 'https://www.fau.de/intranet/'), 'link4' => array('name' => __('Impressum', 'fau'), 'content' => 'https://www.fau.de/impressum/')));
$default_fau_orga_data = array('fau' => array('title' => __('Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)', 'fau'), 'shorttitle' => __('FAU', 'fau'), 'homeurl' => 'https://www.fau.de', 'homeurl_en' => 'https://www.fau.eu', 'url' => '%s/img/logo-fau.png', 'home_imgsrc' => get_fau_template_uri() . '/img/logo-fau-37x16.png', 'thumbnail' => '%s/img/logos/logo-fau.png'), '_faculty' => array('med' => array('title' => __('Medizinische Fakultät', 'fau'), 'shorttitle' => __('Med', 'fau'), 'homeurl' => 'https://med.fau.de', 'homeurl_en' => 'https://med.fau.eu', 'url' => '%s/img/logos/logo-med.png', 'thumbnail' => '%s/img/logos/logo-med.png'), 'nat' => array('title' => __('Naturwissenschaftliche Fakultät', 'fau'), 'shorttitle' => __('Nat', 'fau'), 'homeurl' => 'https://nat.fau.de', 'homeurl_en' => 'https://nat.fau.eu', 'url' => '%s/img/logos/logo-nat.png', 'thumbnail' => '%s/img/logos/logo-nat.png'), 'phil' => array('title' => __('Philosophische Fakultät', 'fau'), 'shorttitle' => __('Phil', 'fau'), 'homeurl' => 'https://phil.fau.de', 'url' => '%s/img/logos/logo-phil.png', 'thumbnail' => '%s/img/logos/logo-phil.png'), 'rw' => array('title' => __('Rechts- und Wirtschaftswissenschaftliche Fakultät', 'fau'), 'shorttitle' => __('RW', 'fau'), 'homeurl' => 'https://rw.fau.de', 'homeurl_en' => 'https://rw.fau.eu', 'url' => '%s/img/logos/logo-rw.png', 'thumbnail' => '%s/img/logos/logo-rw.png'), 'tf' => array('title' => __('Technische Fakultät', 'fau'), 'shorttitle' => __('TF', 'fau'), 'homeurl' => 'https://tf.fau.de', 'homeurl_en' => 'http://tf.fau.eu', 'url' => '%s/img/logos/logo-tf.png', 'thumbnail' => '%s/img/logos/logo-tf.png')), '_center' => array('rrze' => array('title' => __('Regionales Rechenzentrum Erlangen (RRZE)', 'fau'), 'shorttitle' => __('RRZE', 'fau'), 'homeurl' => 'https://rrze.fau.de', 'url' => '%s/img/logos/logo-rrze.png', 'thumbnail' => '%s/img/logos/logo-rrze.png')), 'fb-wiso' => array('title' => __('Fachbereich Wirtschaftswissenschaften', 'fau'), 'shorttitle' => __('FB WiSo', 'fau'), 'homeurl' => 'https://wiso.rw.fau.de', 'homeurl_en' => 'https://wiso.rw.fau.eu', 'url' => '%s/img/logos/logo-fb-wiso.jpg', 'thumbnail' => '%s/img/logos/logo-fb-wiso.jpg'), 'fb-jura' => array('title' => __('Fachbereich Rechtswissenschaften', 'fau'), 'shorttitle' => __('FB WiSo', 'fau'), 'homeurl' => 'https://jura.rw.fau.de', 'url' => '%s/img/logos/logo-fb-jura.jpg', 'thumbnail' => '%s/img/logos/logo-fb-jura.jpg'));
$default_fau_orga_faculty = array('med', 'nat', 'phil', 'rw', 'tf');
function fau_addmetatags()
{
    global $options;
    $output = "";
    $output .= '<meta http-equiv="Content-Type" content="text/html; charset=' . get_bloginfo('charset') . '">' . "\n";
    $output .= '<meta name="viewport" content="width=device-width, initial-scale=1.0">' . "\n";
    $output .= fau_get_rel_alternate();
    if (isset($options['google-site-verification']) && strlen(trim($options['google-site-verification'])) > 1) {
        $output .= '<meta name="google-site-verification" content="' . $options['google-site-verification'] . '">' . "\n";
    }
    if (!function_exists('has_site_icon') || !has_site_icon()) {
        $output .= '<link rel="apple-touch-icon" href="' . get_fau_template_uri() . '/img/apple-touch-icon.png">' . "\n";
        $output .= '<link rel="shortcut icon" href="' . get_fau_template_uri() . '/img/favicon.ico">' . "\n";
    }
    // Adds RSS feed links to <head> for posts and comments.
    // add_theme_support( 'automatic-feed-links' );
    // Will post both: feed and comment feed; To use only main rss feed, i have to add it manually in head
    $title = sanitize_text_field(get_bloginfo('name'));
    $output .= '<link rel="alternate" type="application/rss+xml" title="' . $title . ' - RSS 2.0 Feed" href="' . get_bloginfo('rss2_url') . '">' . "\n";
    echo $output;
}