diff options
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 |