diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/html/index.php b/web/html/index.php index d6640861..e2c840a6 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -1,15 +1,15 @@ <?php -set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); -include('index_po.inc'); -include("pkgfuncs_po.inc"); include("aur.inc"); -include('stats.inc'); - set_lang(); check_sid(); +include('stats.inc'); +include_lang('index_po.inc'); +include_lang('pkgfuncs_po.inc'); + html_header( __("Home") ); $dbh = db_connect(); |