- Mitglied seit
- 06. Jun 2011
- Beiträge
- 2.734
- Punkte für Reaktionen
- 0
- Punkte
- 82
Ich weiss nicht, welche Codezeilen für dich relevant sind, darum das ganze File.
Also, ich denke das sollte reichen:
Bitte nicht ignorieren
Also, ich denke das sollte reichen:
PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>' . $title . '</title>
<style type="text/css" title="AutoIndex Default">
html, body
{
font-family: verdana, lucidia, sans-serif;
font-size: 13px;
background-color: #F0F0F0;
color: #000000;
}
</style>
</head>
<body>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0174021306594218";
/* Seite unten */
google_ad_slot = "2732606009";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>' . $text . '</p></body></html>
<!--
Powered by AutoIndex PHP Script (version ' . VERSION . ')
Copyright (C) 2002-2007 Justin Hagstrom
http://autoindex.sourceforge.net
-->
';
}
Bitte nicht ignorieren