diff options
author | eric <eric> | 2004-06-19 14:36:22 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-19 14:36:22 +0000 |
commit | 22e8556691d134c4bf778837d4a0c24e4504b8cf (patch) | |
tree | 6cbeaebbcf2ea34ceff74539b48f2fb1d3fb5edc /web/html/template.php | |
parent | 74594e516d699a3a95a4e8112c914b9225853de7 (diff) |
finished tweaking language selection
Diffstat (limited to 'web/html/template.php')
-rw-r--r-- | web/html/template.php | 3 |
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 |