diff options
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$"); ?> |