summaryrefslogtreecommitdiffstats
path: root/web/html/template.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-19 14:36:22 +0000
committereric <eric>2004-06-19 14:36:22 +0000
commit22e8556691d134c4bf778837d4a0c24e4504b8cf (patch)
tree6cbeaebbcf2ea34ceff74539b48f2fb1d3fb5edc /web/html/template.php
parent74594e516d699a3a95a4e8112c914b9225853de7 (diff)
downloadaurweb-22e8556691d134c4bf778837d4a0c24e4504b8cf.tar.xz
finished tweaking language selection
Diffstat (limited to 'web/html/template.php')
-rw-r--r--web/html/template.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/template.php b/web/html/template.php
index 8ada0f1..a61ba6f 100644
--- a/web/html/template.php
+++ b/web/html/template.php
@@ -1,6 +1,7 @@
<?
include("aur.inc"); # access AUR common functions
-include("index_po.inc"); # use some form of this for i18n support
+include("template_po.inc"); # use some form of this for i18n support
+set_lang(); # this sets up the visitor's language
html_header(); # print out the HTML header