Anpassung von Adressen und Charset-Umstellung auf utf-8

This commit is contained in:
2016-07-08 13:31:51 +00:00
parent 1c201488b6
commit 19a604f024
14 changed files with 35 additions and 31 deletions

View File

@@ -37,9 +37,11 @@ if ("6" == $_POST['step'])
$text .= "Tel: +49 7346 307415\n";
$text .= "Email: info@ri-st.de\n";
$text .= "Web: http://www.ri-st.de\n";
$text .= "R!ST - Rink und Steinle GbR\n";
$text .= "Im Gässele 8\n";
$text .= "89079 Ulm / Unterweiler\n";
$text .= "R!ST\n";
$text .= "CS medien- & kommunikationssysteme\n";
$text .= "Christian Steinle\n";
$text .= "Geislinger Str. 14\n";
$text .= "73312 Geislingen\n";
$text .= "Gerichtsstand: Amtsgericht Ulm\n";
$text .= "Steuernummer: 88019 / 59742\n";
@@ -53,14 +55,14 @@ echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html>\n";
echo " <head>\n";
echo " <title>RIST - Pablo Rink und Christian Steinle GbR</title>\n";
echo " <title>RIST - CS medien- und kommunikationssysteme</title>\n";
echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n";
echo " <meta name=\"description\" content=\"RIST - Pablo Rink und Christian Steinle GbR\" /> \n";
echo " <meta name=\"description\" content=\"RIST - CS medien- und kommunikationssysteme\" /> \n";
echo " <meta name=\"keywords\" content=\"RIST\" /> \n";
echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n";
echo " <meta name=\"robots\" content=\"index, follow\" /> \n";
echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \n";
echo " <meta http-equiv=\"expires\" content=\"0\">\n";
echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n";