Skip to content
Snippets Groups Projects
Commit 0d3a55f2 authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove Facebook and Twitter from index page

parent 28eb9185
No related branches found
Tags 2020-adjustments
No related merge requests found
......@@ -74,13 +74,9 @@ get_header();
<?php
if (get_bloginfo('language') === 'de-DE') {
echo '<li>Im nur für Studierende zugänglichen <a href="http://fs-co.li/wiki">Wiki</a> findet ihr Protokolle, Infos und vieles mehr.</li>';
echo '<li>Auf <a href="http://fs-co.li/fb">Facebook</a> posten wir mehr als nur Babyfotos.</li>';
echo '<li>Folgt uns auf <a href="http://fs-co.li/twitter">Twitter</a>, um dem Fachschaftsgezwitscher zu lauschen.</li>';
echo '<li>Wenn ihr Fragen habt, könnt ihr uns auch einfach eine <a href="#" onclick="javascript:var mid=\'o:fs-coli@cl.\';window.location=\'mailt\'+mid+\'uni-heidelberg.de\';">Mail</a> schreiben.</li>';
} else {
echo '<li>You can find protocols, info and more in the <a href="http://fs-co.li/wiki">Wiki</a>, which is only accessible for students.</li>';
echo '<li>On <a href="http://fs-co.li/fb">Facebook</a>, we sometimes post information that exceeds baby photos.</li>';
echo '<li>Follow us on <a href="http://fs-co.li/twitter">Twitter</a>in order to hearken to our warbling.</li>';
echo '<li>If you have any questions, you can send us an <a href="#" onclick="javascript:var mid=\'o:fs-coli@cl.\';window.location=\'mailt\'+mid+\'uni-heidelberg.de\';">email</a>.</li>';
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment