diff options
author | eric <eric> | 2004-06-18 18:23:14 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-18 18:23:14 +0200 |
commit | 1e35dc01cf94ba1ec4923b8f040e49b4dc399860 (patch) | |
tree | 15404a70070fe01c1bcf432fba6befbdb2f2f097 /web/html/index.php | |
parent | 79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e (diff) | |
download | aur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.gz aur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.xz |
finishing touches on genpopo, started playing with _real_ PHP code and svn keywords
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/web/html/index.php b/web/html/index.php index 58bba8db..fcd57c7f 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -1,9 +1,12 @@ <? -include_once("index_po.inc"); +include("index_po.inc"); +include("aur.inc"); +html_header(); -print _("Hello, world!")."<br/>\n"; -print _("Hello, again!")."<br/>\n"; -print _("Julie was here!")."<br/>\n"; -print _("Abernathy was here!")."<br/>\n"; +print "Hi, this is worth reading!<br>\n"; + + + +html_footer("\$Id$"); ?> |