comparison index.php @ 103:38e9772901f1

Add in hdd.fi advertisement.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 May 2013 21:55:22 +0300
parents 055c33cba66e
children 102816757b86
comparison
equal deleted inserted replaced
102:bf7a9f63bd82 103:38e9772901f1
33 "contact" => array( 33 "contact" => array(
34 "en" => "Contact <b>%1</b> tai <b>%2</b>. The author can't be held responsible for any errors in the data!", 34 "en" => "Contact <b>%1</b> tai <b>%2</b>. The author can't be held responsible for any errors in the data!",
35 "fi" => "Yhteydenotot <b>%1</b> tai <b>%2</b>. En vastaa mahdollisista virheistä tiedoissa!", 35 "fi" => "Yhteydenotot <b>%1</b> tai <b>%2</b>. En vastaa mahdollisista virheistä tiedoissa!",
36 ), 36 ),
37 37
38 "advert" => array(
39 "en" => "<a href=\"https://www.hdd.fi/\">hdd.fi - Affordable remote disk space</a>",
40 "fi" => "<a href=\"https://www.hdd.fi/\">hdd.fi - Edullista etälevytilaa</a>",
41 ),
42
38 "beta" => array( 43 "beta" => array(
39 "en" => " NOTICE! Lukkari v2.0 is still under development. There may be bugs.", 44 "en" => " NOTICE! Lukkari v2.0 is still under development. There may be bugs.",
40 "fi" => " HUOM! Lukkari v2.0 on vielä kehityksen alla. Bugeja voi löytyä.", 45 "fi" => " HUOM! Lukkari v2.0 on vielä kehityksen alla. Bugeja voi löytyä.",
41 ), 46 ),
42 47
484 489
485 echo 490 echo
486 " </tr>\n". 491 " </tr>\n".
487 " </table>\n". 492 " </table>\n".
488 "</form>\n". 493 "</form>\n".
489 "<h1>".$pageTitle."</h1>\n"; 494 "<h1>".$pageTitle."</h1>\n".
495 "<div class=\"advert\">".cmQM("advert")."</div>\n";
490 496
491 // Show error messages 497 // Show error messages
492 if ($errorSet) 498 if ($errorSet)
493 { 499 {
494 echo "<ul>\n"; 500 echo "<ul>\n";