From b63f202f20a18fb32942197d5c7ae706c527aeb9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 9 Oct 2005 21:47:11 +0000 Subject: [PATCH] r523: Add charset tag --- includes/init.php | 1 + templates/headinclude.tpl | 1 + 2 files changed, 2 insertions(+) diff --git a/includes/init.php b/includes/init.php index 194f31c..6209d1e 100755 --- a/includes/init.php +++ b/includes/init.php @@ -118,6 +118,7 @@ $LANGDATA = fetch_user_language(); $lang->init_with_table(fetch_strings($LANGDATA['id'])); $stylevar['lang'] = $LANGDATA['code']; +$stylevar['charset'] = $LANGDATA['charset']; // ################################################################### // initialize the date system diff --git a/templates/headinclude.tpl b/templates/headinclude.tpl index aa12bad..d084218 100644 --- a/templates/headinclude.tpl +++ b/templates/headinclude.tpl @@ -1,2 +1,3 @@ + \ No newline at end of file -- 2.22.5