Faviconadresse herausfinden
Verfasst: 13.04.2006 15:33
Wie man Favicons einbindet, weiß ich eigentlich, normalerweise im <head>-Tag mit <link rel="shortcut icon" href="DieURLzumFavicon" />
Doch wenn ich jetzt im Quelltext von z. B. phpBB.de schaue, finde ich im <head>-Tag nur folgendes:
Nichts vom obigen Code ist zu finden.
Wie kann ich dann an die Adresse der Favicon-Grafik kommen?
(Ich benötige sie für eine Linksammlung, in die ich die Favicons einbinden möchte)
Doch wenn ich jetzt im Quelltext von z. B. phpBB.de schaue, finde ich im <head>-Tag nur folgendes:
Code: Alles auswählen
<head>
<meta name="author" content="Sascha Carlin on behalf of the phpBB.de Team">
<meta name="publisher" content="Sascha Carlin">
<meta name="copyright" content="(c) 2002-2005 Sascha Carlin">
<meta name="keywords" content="phpbb, phpbb2, phpbb 2, phpbb3, phpbb 3, olympus, php, mysql, space, supportforum, supportforen, support, foren, forum, kostenlos, kostenloses forum, kostenlose foren, bulletin board, board, diskussionsforum, discussionboard, discussion board, download, installation, installieren, faq, hilfe, deutsch, Sascha Carlin, bulletin, board, script, community, online, online community, discussions, discussion, open source, opensource, open, source, diskussions, diskussionsforum, diskusssion, mods, hacks, themes, templates, template, stlye, styles, smilie, smilies, theme, mod, hack, knowlegde base, knowledge, base, gratis, umsonst">
<meta name="description" content="phpBB bzw. phpBB2 ist ein auf PHP und MySql (oder einem anderen Datenbankmamagementsystem) basierendes, kostenloses Open Source Forensystem.">
<meta name="page-topic" content="Computer/Software/Programmierwerkzeuge (Programming Tools)">
<meta name="audience" content="Fortgeschrittene">
<meta http-equiv="expires" content="0">
<meta name="page-type" content="Software-Download">
<meta name="robots" content="INDEX,FOLLOW">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="meta" title="DOAP" type="application/rdf+xml" href="/doap.rdf" />
<link rel="alternate" type="application/rss+xml" title="Ankuendigungen" href="http://www.phpbb.de/rdf/rdf-news.php">
<link rel="alternate" type="application/rss+xml" title="Aktuelle Themen" href="http://www.phpbb.de/rdf/rdf-topics.php">
<title>Index :: phpBB.de - Aktuelle Version: phpBB2.0.20</title>
<link rel="stylesheet" href="http://anna.cat-proof.de/css.css" type="text/css">
<style type="text/css">
<!--
@import url("http://anna.cat-proof.de/templates/subSilver/formIE.css");
-->
</style>
<script language="Javascript" type="text/javascript">
<!--
if ( 0 )
{
window.open('/privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
</head>
Wie kann ich dann an die Adresse der Favicon-Grafik kommen?
(Ich benötige sie für eine Linksammlung, in die ich die Favicons einbinden möchte)