Added another link to the new site
authorJoey Schulze <joey@infodrom.org>
Mon, 18 Aug 2008 14:43:58 +0000 (14:43 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 18 Aug 2008 14:43:58 +0000 (14:43 +0000)
src/zeitungen/list.wml

index d024640..0b898f1 100644 (file)
 
   pg_exec ($dbh, "SET DateStyle = 'ISO'"); // ignore or die("Datenbank-Abfrage!");
 
+  if ($_GET['class'] == "tag")
+    echo ('<p><a href="http://www.zeitungsliste.de/tag/tageszeitung.html">'.
+          '<img src="zlistbtn.gif" border=0 width=88 height=31 alt="Zeitungen im Netz"></a></p>');
+  elseif ($_GET['class'] == "search")
+    echo ('<p><a href="http://www.zeitungsliste.de/">'.
+          '<img src="zlistbtn.gif" border=0 width=88 height=31 alt="Zeitungen im Netz"></a></p>');
+
   for (reset ($type); $key = key ($type); next ($type))
   {
     $query = "SELECT * FROM zeitungen WHERE type = '$key' AND deleted IS false ORDER BY name";