diff options
Diffstat (limited to 'web/html/template.php')
-rw-r--r-- | web/html/template.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/template.php b/web/html/template.php index 291041cd..1f816812 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -1,4 +1,7 @@ <? + +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); + include("aur.inc"); # access AUR common functions include("template_po.inc"); # use some form of this for i18n support set_lang(); # this sets up the visitor's language |