diff options
author | eric <eric> | 2004-06-18 00:25:15 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-18 00:25:15 +0000 |
commit | 79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e (patch) | |
tree | 8f2c3569b7dafe1bea44563a46b699593bb93d0f /web/html | |
parent | 4628afd4228445e33c0e7bbc2882e806f5686b75 (diff) | |
download | aurweb-79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e.tar.xz |
genpopo seems to do its job now
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/index.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index ec2808a..58bba8d 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"; + ?> |