summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-18 02:25:15 +0200
committereric <eric>2004-06-18 02:25:15 +0200
commit79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e (patch)
tree8f2c3569b7dafe1bea44563a46b699593bb93d0f /web/html/index.php
parent4628afd4228445e33c0e7bbc2882e806f5686b75 (diff)
downloadaur-79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e.tar.gz
aur-79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e.tar.xz
genpopo seems to do its job now
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php
index ec2808a2..58bba8db 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -1,3 +1,9 @@
<?
-print "Hello, world!<br/>\n";
+include_once("index_po.inc");
+
+print _("Hello, world!")."<br/>\n";
+print _("Hello, again!")."<br/>\n";
+print _("Julie was here!")."<br/>\n";
+print _("Abernathy was here!")."<br/>\n";
+
?>