Module: website Branch: master Commit: 86d0c0cda1f3ed67c03d21bf0d48863433820193 URL: http://source.winehq.org/git/website.git/?a=commit;h=86d0c0cda1f3ed67c03d21b...
Author: Jeremy Newman jnewman@jnewman.codeweavers.com Date: Thu May 29 16:26:16 2008 -0500
comment
---
include/html.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/html.php b/include/html.php index af93eba..adf793f 100644 --- a/include/html.php +++ b/include/html.php @@ -29,6 +29,7 @@ class html // start body object $this->page = "";
+ // get the language to be displayed in templates $this->lang = $this->get_lang(); }